Data loader with try integration #95
Unanswered
mduesterhoeft
asked this question in
Q&A
Replies: 0 comments
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.
-
The documentation mentions an approach that allows to add error information to single items using
Try
as a result structure.https://github.com/graphql-java/java-dataloader#error-object-is-not-a-thing-in-a-type-safe-java-world
I would like to use this but I am unable to propagate these errors higher up into the final graphql response. Could you by any chance provide an end-to-end example or give me a hint on how to achieve this?
Beta Was this translation helpful? Give feedback.
All reactions