Document toolboxDocument toolbox

API - Executing Multiple Mutations

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