Module apollo_router::graphql

source ·
Expand description

Types related to GraphQL requests, responses, etc.

Structs

A GraphQL error as may be found in the errors field of a GraphQL Response.
A graphql incremental response. Used with @defer
A path into the result document.
The error location
A GraphQL Request used 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 Definitions

Autogenerated by buildstructor
An asynchronous [Stream] of GraphQL Responses.