GraphQL Mutations in LWC

The Salesforce GraphQL API now supports mutations in Lightning Web Components.

Where

LWC with lightning/graphql wire adapter.

How

Import executeMutation and define your mutation query. Execute imperatively.

Why

Less server-side code for simple CRUD operations.

💬 Comments

Loading comments...