LDS vs GraphQL vs Apex: How I Choose an LWC Data Layer
LDS, GraphQL, and Apex can all put Salesforce data into an LWC. The useful question is not which one is best, but which is the smallest honest fit for the operation.
2 posts in this channel.
LDS, GraphQL, and Apex can all put Salesforce data into an LWC. The useful question is not which one is best, but which is the smallest honest fit for the operation.
GraphQL mutations in API 66.0+ let LWCs create, update and delete UI API-supported records without Apex for standard CRUD paths.