graphql_query
Run custom GraphQL queries and mutations against the GreyMatter API for operations not covered by dedicated tools.
Instructions
Run an arbitrary GraphQL document against the GreyMatter API. Use this for operations not covered by a dedicated tool. Provide the full query/mutation string and an optional variables object. When the server is in read-only mode, mutation documents are rejected.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | The full GraphQL query or mutation document. | |
| variables | No | Variables object for the document. | |
| customer_slug | No | Override the x-reliaquest-customer (OpCo) header. |