validate_graphql_query
Validate a GraphQL query, optionally using the original natural language query for context, and update the query history.
Instructions
Validate and update a GraphQL query
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| history_id | No | Optional history ID to update | |
| graphql_query | Yes | The GraphQL query to validate | |
| natural_language_query | No | The original natural language query for context |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |