Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

GraphQL allows for multiple mutations within the same code. They are processed in sequence and eliminates the need to create multiple mutations in separate tabs. Below is an example of how this would work within your GraphQL playground:

Sample Mutation

Objective:

  • creating an account field while removing another in the same mutation

image-20240618-130047.png

Sample Response

 

image-20240618-130034.png

  • No labels