Sha256: 9bddf043444d2f6cd2842124a0a7d2def4ba0eaab48ca503c2f099cd4ade9d95
Contents?: true
Size: 351 Bytes
Versions: 40
Compression:
Stored size: 351 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](https://facebook.github.io/graphql/#sec-Type-System).
Version data entries
40 entries across 40 versions & 1 rubygems