run_graphql
Run arbitrary GraphQL queries or mutations on the NowSecure Platform API, including schema introspection for custom data retrieval.
Instructions
Run an arbitrary GraphQL query/mutation against the NowSecure Platform API. Escape hatch for schema introspection and custom queries.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | GraphQL query string. | |
| variables | No | Optional variables object. |