Record: GraphqlServiceConfig
Provides a set of configurations for the GraphQL service.
Closed record
Fields
- maxQueryDepth int?
- auth ListenerAuthConfig[ ]?
- contextInit ContextInit(default initDefaultContext)
The maximum depth allowed for a query
Listener authenticaton configurations
Function to initialize the context. If not provided, an empty context will be created