OBJECT

Mutation

Every GraphQL schema has a root type for both queries and mutations. The mutation type defines GraphQL operations that change data on Noticeable servers. It is analogous to performing HTTP verbs such as POST, PATCH, and DELETE.

For more information, see "About mutations".

link GraphQL Schema definition

link Require by

This element is not required by anyone