Package-level declarations

Types

Link copied to clipboard

Default Guice module for GraphQL applications. Sets up the GraphQL resource and GraphiQL assets, and provides a GraphQL instance given configured bindings.

Link copied to clipboard
abstract class GraphQLApplicationModule : TribeApplicationModule

Base class for GraphQL application guice modules. Provides binders for GraphQL packages, queries, mutations, and subscriptions, and ensures that a DefaultGraphQLModule is installed.

Link copied to clipboard

Function that takes a ContainerRequestContext from the websocket upgrade request or connection_init payload and returns an authorized Principal, if any.