Module finchers_juniper::request[][src]

Endpoint for parsing GraphQL request.

Structs

GraphQLRequest

A type representing the decoded GraphQL query obtained by parsing an HTTP request.

GraphQLRequestEndpoint
GraphQLResponse

A type representing the result from executing a GraphQL query.

Functions

graphql_request

Create an endpoint which parses a GraphQL request from the client.