Module graphql

Module graphql 

Source
Expand description

Types related to GraphQL requests, responses, etc.

Structs§

Error
A GraphQL error as may be found in the errors field of a GraphQL Response.
IncrementalResponse
A graphql incremental response. Used with @defer
JsonPath
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§

JsonPathElement
A GraphQL path element that is composes of strings or numbers. e.g /book/3/name

Type Aliases§

NewErrorBuilder
Autogenerated by buildstructor
ResponseStream
An asynchronous Stream of GraphQL Responses.