Posts

Showing posts from January, 2026

Salesforce Fact #967 | LWC GraphQLmutation with variables

Image
We can pass variables in the mutation operations in LWC GraphQL. In this example, we are passing the LastName, Email and Phone field values as variables in the Create Contact operation. Reference:  https://developer.salesforce.com/docs/platform/lwc/guide/reference-graphql-mutation.html Attached are the screenshots.