[][src]Module juniper::http

Utilities for building HTTP endpoints in a library-agnostic manner

Modules

graphiql

Utility module to generate a GraphiQL interface

playground

Utility module to generate a GraphQL Playground interface

Structs

GraphQLRequest

The expected structure of the decoded JSON document for either POST or GET requests.

GraphQLResponse

Simple wrapper around the result from executing a GraphQL query