digiforma_graphql
Execute custom GraphQL queries and mutations on the Digiforma API, including schema introspection, to access data or operations not covered by standard tools.
Instructions
Run an arbitrary GraphQL query or mutation against the Digiforma API. Use this for anything not covered by the convenience tools below, or to run introspection queries to discover the full schema (e.g. { __schema { types { name } } }).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | The GraphQL query or mutation document. | |
| variables | No | Optional GraphQL variables object. |