1
0
mirror of synced 2026-01-03 15:05:54 -05:00
Files
docs/translations/ru-RU/content/graphql/reference/mutations.md
Vanessa Yuen a80ec7bd98 Crowdin translations (#17143)
* New Crowdin translations by Github Action

* Revert broken translated files to english

* fix dates

* fix translation 😭

Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2021-01-05 20:37:31 +01:00

21 lines
688 B
Markdown

---
title: Mutations
redirect_from:
- /v4/mutation
- /v4/reference/mutation
versions:
free-pro-team: '*'
enterprise-server: '*'
github-ae: '*'
---
### About mutations
Every GraphQL schema has a root type for both queries and mutations. The [mutation type](https://graphql.github.io/graphql-spec/June2018/#sec-Type-System) 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](/graphql/guides/forming-calls-with-graphql#about-mutations)."
{% for item in graphql.schemaForCurrentVersion.mutations %}
{% include graphql-mutation %}
{% endfor %}