Sha256: 60fb1680636025c0c26910d26743d2f182f67661f5e4e8e00db9427ace96d160

Contents?: true

Size: 346 Bytes

Versions: 3

Compression:

Stored size: 346 Bytes

Contents

---
title: Mutations
---

# Mutations

Every GraphQL schema has a root type for both queries and mutations.

The mutation type defines how GraphQL operations change data. It is analogous to performing HTTP verbs such as `POST`, `PATCH`, and `DELETE`.

For more information, see [the GraphQL spec](http://spec.graphql.org/draft/#sec-Type-System).

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
graphql-docs-5.2.0 lib/graphql-docs/landing_pages/mutation.md
graphql-docs-5.1.0 lib/graphql-docs/landing_pages/mutation.md
graphql-docs-5.0.0 lib/graphql-docs/landing_pages/mutation.md