[][src]Module warpgrapher::server::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 Neo4J database in to the resolvers.

Traits

WarpgrapherRequestContext