1
0
mirror of synced 2025-12-19 18:10:59 -05:00
Files
docs/content/graphql/reference/mutations.md

733 B

title, intro, redirect_from, versions, topics, autogenerated
title intro redirect_from versions topics autogenerated
Mutations The mutation type defines GraphQL operations that change data on the server.
/v4/mutation
/v4/reference/mutation
fpt ghec ghes
* * *
API
graphql

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 "AUTOTITLE."