Module tsukuyomi_juniper::endpoint[][src]

Definitions of Handlers for serving GraphQL requests.

Functions

graphiql

Creates a handler generating the HTML source to show a GraphiQL interface.

graphiql_source

Generates the HTML source to show a GraphiQL interface.

graphql_get

Creates a handler processing a GraphQL request passed as an HTTP GET request.

graphql_post

Creates a handler processing a GraphQL request passed as an HTTP POST request.