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
Sample Response