[][src]Module warpgrapher::engine::context

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

Structs

GraphQLContext

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

Traits

GlobalContext

Trait that, when implemented, marks a struct as a global context, used to pass data to custom extensions and resolvers

RequestContext

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