Prev Next

API / GraphQL Interview Questions

What is a mutation in GraphQL?

A Mutation is a GraphQL Operation that allows you to insert new data or modify the existing data on the server-side. You can think of GraphQL Mutations as the equivalent of POST, PUT, PATCH and DELETE requests in REST.

More Related questions...

Show more question and Answers...


Comments & Discussions