execute_graphql
Execute arbitrary GraphQL queries and mutations against the API when no specific tool exists.
Instructions
Execute any GraphQL query or mutation against the API. Use this when no specific tool exists for your operation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Full GraphQL query or mutation string including selection set | |
| variables | No | Variables for the operation |