Expand description

Components for integrating GraphQL endpoints into Tsukuyomi.

Structs

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 ModifyHandler that catches the all kind of errors that the handler throws and converts them into GraphQL errors.
Creates a handler function which returns a GraphiQL source.
Create an Extractor that parses the incoming request as GraphQL query.