Visit complete GraphQL roadmap
GraphQL Topic

What are Mutations

What are Mutations

In GraphQL, a mutation is a type of query used to make changes to data on the server. It is used to create, update, or delete data, and is structured similarly to a query, but with a “mutation” field at the top level instead of a “query” field.

A mutation typically includes fields that specify the data to be changed and the operation to be performed (e.g. “create”, “update”, or “delete”). It can also include arguments to specify the specific data to be affected.

Learn more from the following resources:

More Topics

Explore related content

View All Topics
Loved by 100K+ Developers

Start Your Learning
Journey Today

Join thousands of developers who are leveling up their skills with structured roadmaps and expert guidance

No credit card required
Always free
Track your progress