1
0
mirror of synced 2025-12-23 11:54:18 -05:00
Files
docs/content/graphql/reference/mutations.md
Rachael Sewell 9a0222e353 add missing redirect frontmatter (#17042)
Co-authored-by: Sarah Schneider <sarahs@users.noreply.github.com>
2020-12-17 19:03:20 +00:00

688 B

title, redirect_from, versions
title redirect_from versions
Mutations
/v4/mutation
/v4/reference/mutation
free-pro-team enterprise-server github-ae
* * *

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 %}