Quiz on Mutation

Test your knowledge of GraphQL mutations.

We'll cover the following...
Technical Quiz
1.

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.


1 / 1