Module juniper::http[][src]

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

Enums

GraphQLBatchRequest

Simple wrapper around GraphQLRequest to allow the handling of Batch requests.

GraphQLBatchResponse

Simple wrapper around the result (GraphQLResponse) from executing a GraphQLBatchRequest

Functions

resolve_into_stream

Resolve a GraphQL subscription into Value<ValuesStream<S> using the specified schema and context. This is a wrapper around the resolve_into_stream function exposed at the top level of this crate.