@Component
class GropiusGraphQLContextFactory(val gropiusInternalApiConfigurationProperties: GropiusInternalApiConfigurationProperties) : DefaultSpringGraphQLContextFactory

Generates the GraphQL context map

Parameters

gropiusInternalApiConfigurationProperties

used to determine if authentication is optional

Constructors

Link copied to clipboard
constructor(gropiusInternalApiConfigurationProperties: GropiusInternalApiConfigurationProperties)

Functions

Link copied to clipboard
open suspend override fun generateContext(request: ServerRequest): GraphQLContext