Skip to main content
Skip table of contents

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

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.