Mutations

Every GiraffeQL schema has a root type for both queries and mutations.

The mutation type defines how GiraffeQL operations change data. It is analogous to performing HTTP verbs such as POST, PATCH, and DELETE.

For more information, see the GiraffeQL spec.