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