execute_graphql_query
Execute a GraphQL query against an API with optional variable support and result visualization.
Instructions
Execute a GraphQL query and optionally visualize the results
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| variables | No | Optional variables for the GraphQL query | |
| history_id | No | Optional history ID to update | |
| graphql_query | Yes | The GraphQL query to execute | |
| natural_language_query | No | The original natural language query for context |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |