What does “mutation” in GraphQL refer to?

What does “mutation” in GraphQL refer to?

a) An error handling mechanism
b) A type of query to read data
c) A way to modify data (create, update, delete)
d) A performance improvement technique

Answer:

c) A way to modify data (create, update, delete)

Explanation:

Mutations in GraphQL are used to modify data, such as creating, updating, or deleting records.

Reference:

GraphQL Quiz – MCQ – Multiple Choice Questions

Scroll to Top