graphql_validate
Validate a GraphQL query without executing it. Identify typos and invalid fields, and receive query depth to avoid costly errors.
Instructions
Validate a GraphQL query without executing it.
Returns {"valid": bool, "errors": [...], "depth": int}. Use this to catch typos and invalid fields cheaply before calling graphql_query.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||