Replies: 1 comment
-
|
After doing some reading, I believe this to be the wrong repository for this question, I should head on over to graphql-java :) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am running into a scenario where I can't override the local context with a
nullvalue. The root data fetcher provides an object as localContext, and an intermediate data fetcher either:In Scenario 2, the localContext from the root Data Fetcher is carried through the the tertiary data fetcher. I am trying to understand if I am doing something outside the bounds of the framework, or If there is something i am not understanding.
Small example:
Root dataFetcher, sets the context to ThingFilter :
In the intermediate datafetcher, we attempt to wipe the local context with null
Tertiary dataFetcher, where dfe.getLocalContext returns ThingFilter again:
Beta Was this translation helpful? Give feedback.
All reactions