Module apollo_router::graphql
source · Expand description
Types related to GraphQL requests, responses, etc.
Structs
- A graphql incremental response. Used with
@defer - A path into the result document.
- The error location
- A GraphQL
Requestused to represent both supergraph and subgraph requests. - A graphql primary response. Used for federated and subgraph queries.
Enums
- A GraphQL path element that is composes of strings or numbers. e.g
/book/3/name
Type Aliases
- Autogenerated by buildstructor
- An asynchronous [
Stream] of GraphQLResponses.