errors.fyi community error code reference
GRAPHQL_VALIDATION_FAILED
graphql

GraphQL Validation Failed

The GraphQL document is syntactically valid but fails schema validation — for example, it references fields or types that do not exist in the schema. This is a request error as defined by the GraphQL specification; no data is returned.

References

← all namespaces for GRAPHQL_VALIDATION_FAILED