{{ message }}
-
Beta Was this translation helpful? Give feedback.
Answered by
oliemansm
Aug 19, 2021
Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
oliemansm
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

You need to provide a custom context builder if you want to be able to use a custom context. See this sample how you can provide a custom context builder: https://github.com/graphql-java-kickstart/samples/blob/master/request-scoped-dataloader/src/main/java/graphql/servlet/examples/dataloader/requestscope/CustomGraphQLContextBuilder.java.