Quiz on Mutation

Test your knowledge of GraphQL mutations.

Q

Which statement correctly describes the behavior of GraphQL mutations?

A)

A GraphQL mutation doesn’t write data.

B)

While query fields are executed in parallel, mutation fields run in a series, one after the other.

C)

The mutation field doesn’t return an object type.

Get hands-on with 1200+ tech skills courses.