Expand description

Components for integrating GraphQL endpoints into Tsukuyomi.

Structs

A Modifier that catches the all kind of errors from the handler and converts it into a GraphQL error.
The type representing a GraphQL request from the client.
The type representing the result from the executing a GraphQL request.

Traits

A marker trait representing a root node of GraphQL schema.

Functions

Creates a handler function which returns a GraphiQL source.
Create an Extractor that parses the incoming request as GraphQL query.