Salesforce Fact #967 | LWC GraphQLmutation with variables
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.