Expand description
Types related to GraphQL requests, responses, etc.
Structs§
- Error
- A GraphQL error
as may be found in the
errorsfield of a GraphQLResponse. - Incremental
Response - A graphql incremental response.
Used with
@defer - Json
Path - A path into the result document.
- Location
- The error location
- Request
- A GraphQL
Requestused to represent both supergraph and subgraph requests. - Response
- A graphql primary response. Used for federated and subgraph queries.
Enums§
- Json
Path Element - A GraphQL path element that is composes of strings or numbers.
e.g
/book/3/name
Type Aliases§
- NewError
Builder - Autogenerated by buildstructor
- Response
Stream - An asynchronous
Streamof GraphQLResponses.