Expand description
Types related to GraphQL requests, responses, etc.
Structs§
- Error
- A GraphQL error
as may be found in the
errors
field 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
Request
used 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
Stream
of GraphQLResponse
s.