Slide 7
Slide 7 text
Query any list of records you want
- Order them
- Group them
- …
Easy to use because
- you don’t need to write any Apex
- respects user Field Level Security
- use the same shared Lightning Data Service cache
Get for a custom component
- a list of all contacts for a given account
- a search page
- a hierarchy of records
- one specific record with filters, without knowing its Id at first
- …
What is the GraphQL Wire Adapter