GraphQL Response
Standard GraphQL response envelope with data and errors fields, including extensions for tracing.
API ResponsesGraphQLAPIqueryerrors
Standard GraphQL response envelope with data and errors fields, including extensions for tracing.
Loading editor...
When to use this template
Every GraphQL server returns this shape per the spec. The data field holds successful resolver results, while the errors array surfaces partial failures with path info so the client knows which fields are affected. The extensions object is optional and often carries performance tracing or rate-limit metadata.