Page Contents

Home > @loopback/graphql > GraphQLBindings

GraphQLBindings namespace

Namespace for GraphQL related bindings

Signature:

export declare namespace GraphQLBindings 

Variables

Variable Description
COMPONENT Binding key for the GraphQL component
CONFIG Binding key for setting and injecting GraphQLServerConfig
GRAPHQL_AUTH_CHECKER Binding key for the GraphQL auth checker
GRAPHQL_CONTEXT_RESOLVER Binding key for the GraphQL context resolver
GRAPHQL_SERVER Binding key for the GraphQL server
PUB_SUB_ENGINE Binding key for the GraphQL pub/sub engine
RESOLVER_CLASS Binding key for the current resolver class
RESOLVER_DATA Binding key for the GraphQL resolver data - which is bound per request
RESOLVERS Binding key namespace for resolvers