[−][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 |
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 |