Skip to content
Gropius
Search
K
Main Navigation
Guide
Kotlin API
GraphQL
Login service
GitHub
Menu
Return to top
api-internal
/
gropius.graphql
/
GropiusGraphQLContextFactory
GropiusGraphQLContextFactory
@
Component
class
GropiusGraphQLContextFactory
(
val
gropiusInternalApiConfigurationProperties
:
GropiusInternalApiConfigurationProperties
)
:
DefaultSpringGraphQLContextFactory
Generates the GraphQL context map
Parameters
gropius
Internal
Api
Configuration
Properties
used to determine if authentication is optional
Members
Constructors
Gropius
Graph
QLContext
Factory
Link copied to clipboard
constructor
(
gropiusInternalApiConfigurationProperties
:
GropiusInternalApiConfigurationProperties
)
Properties
gropius
Internal
Api
Configuration
Properties
Link copied to clipboard
private
val
gropiusInternalApiConfigurationProperties
:
GropiusInternalApiConfigurationProperties
Functions
generate
Context
Link copied to clipboard
open
suspend override
fun
generateContext
(
request
:
ServerRequest
)
:
GraphQLContext