Login
Remember
Register
Ask a Question
What is mutation ?
0
votes
asked
Mar 2, 2022
in
GraphQL
by
rajeshsharma
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
graphql-mutation
mutation
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Mar 2, 2022
by
rajeshsharma
c)Both
Mutation is used for the write operation and is used for operations like add, delete and edit data.
...