Expand description

This module provides a Juniper Context for Warpgrapher GraphQL queries. The context contains a connection pool for the database.

Structs

Juniper Context for Warpgrapher’s GraphQL queries. The ‘GraphQLContext’ is used to pass a connection pool for the database in to the resolvers.

Traits

Trait that, when implemented, marks a struct as a request context, used to pass data to custom extensions and resolvers on a per-request basis