GraphQL mutations

GraphQL mutations create and modify objects, similar to a PUT, POST, or DELETE request in REST. However, unlike REST, GraphQL mutations are sent to a single endpoint and use the POST HTTP method.

For a full list of available mutations, refer to the relevant API's reference.