Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 626 Bytes

File metadata and controls

18 lines (14 loc) · 626 Bytes
title Mutations
redirect_from
/v4/mutation
versions
free-pro-team enterprise-server
*
*

About mutations

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

For more information, see "About mutations."

{% for item in graphql.schemaForCurrentVersion.mutations %} {% include graphql-mutation %} {% endfor %}