Mutations in GraphQL are responsible for modifying data on the server-side. They are similar to queries in syntax, but instead of requesting data, they are used to perform create, update or delete operations on the backend.
Asked May 20, 2023
Updated May 20, 2023
Viewed 106
Answers 1
Asked by Akash Narayankar
#graphql
Mutations in GraphQL are responsible for modifying data on the server-side. They are similar to queries in syntax, but instead of requesting data, they are used to perform create, update or delete operations on the backend.