What are mutations in GraphQL?

Asked May 20, 2023

Updated May 20, 2023

Viewed 106

Answers 1

Asked by Akash Narayankar

#graphql

Answers

  • 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.