0 votes
in GraphQL by
What is mutation ?

a)Mutation is used for the write operation.

b)A mutation is used for operations like add, delete and edit data.

c)Both

d)None

1 Answer

0 votes
by
c)Both

Mutation is used for the write operation and is used for operations like add, delete and edit data.
...