Salesforce Fact #965 | executeMutation in GraphQL
In the upcoming Spring'26 release, we will be able to mutate data with the GraphQL api i.e. it will now be possible to perform create, update or delete operations.
Also, using this api we will be able to create multiple related records in the single call, similar to composite api.
In this example, we are creating an account and a related contact record.
Reference: https://developer.salesforce.com/docs/platform/graphql/guide/mutations-use.html
https://developer.salesforce.com/docs/platform/lwc/guide/reference-graphql-mutation.html
Attached are the screenshots.



Comments
Post a Comment