1
0
mirror of synced 2025-12-20 10:28:40 -05:00
Files
docs/content/graphql/reference/mutations.md
2021-06-24 10:21:07 -04:00

675 B

title, redirect_from, versions, topics
title redirect_from versions topics
Mutations
/v4/mutation
/v4/reference/mutation
fpt ghes ghae
* * *
API

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