Skip to main content
GraphQL errors return a standard { "errors": [...] } payload with message and extensions.code.
Use the in-app playground to validate queries and inspect error payloads.

Common fixes

  • 401 — Check x-app-token header and app isEnabled status
  • Permission denied — App user group may not include the operation; adjust scopes in /developer/apps
  • Validation — Field names and arguments must match the schema reference
Last modified on August 8, 2026