Error format
Error codes
Authentication & Authorization
Validation
Resources
Rate Limiting & Quotas
Server
Partial success
GraphQL can return partial data alongside errors:Validation error details
Retry strategy
ForRATE_LIMIT_EXCEEDED and SERVICE_UNAVAILABLE errors:
- Check
extensions.retryAfterfor the recommended wait time - If not provided, use exponential backoff: 1s, 2s, 4s, 8s
- Maximum 5 retries