Replies: 2 comments
-
Hey, sorry I missed this before.
Could you please describe how it currently works, and then how you'd expect it to work? I haven't tried it this way myself and I don't know exactly what you have in mind. Maybe related to #4600 |
Beta Was this translation helpful? Give feedback.
0 replies
-
@rmosolgo Yeah, I think this is the same as #4600 In the example I posted we see the following:
I'll close this conversation, and follow up in issue #4600 |
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
-
Say I have a defined mutation resolver like this:
This does not work as expected. The loader used by the argument also uses the same dataloader.
In a lot of cases this is not a problem, rarely do we return the same set of object we are loading, but here it matters a lot.
Can we, somehow instruct data loader to clear its cache? Or should we prevent loading data from the arguments?
@rmosolgo Your guidance on "best practice" here would be invaluable.
Beta Was this translation helpful? Give feedback.
All reactions