Skip to content

Decoupled Drupal

views

REST API

GraphQL

GraphQL mutations

A GraphQL mutation in Drupal 10 is a way to change or manipulate data on a server using the GraphQL query language. Mutations are used to add, update, or delete data, while queries are used to read data.

JSONAPI

Resources