Mutations

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

The mutation type is essentially the "Write API": it defines GraphQL operations that change data. It is analogous to performing HTTP verbs such as POST, PATCH, and DELETE.