Is the data loader's per-key context allowed to be null? #94
Answered
by
bbakerman
skingsland
asked this question in
Q&A
-
Based on looking at the code and testing it, it appears that this data fetcher will pass through the key context to the data loader, even if it's null:
Can you confirm, that though? Because nothing I found in the Javadocs or https://www.graphql-java.com/documentation/v16/batching#passing-context-to-your-data-loader says whether the per-key context is allowed to be |
Beta Was this translation helpful? Give feedback.
Answered by
bbakerman
Jul 31, 2021
Replies: 1 comment
-
Yes they can be null |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
skingsland
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes they can be null