You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Why can't/shouldn't I do something like this instead? by the way, I notice a lot of things show CompletableStage being returned by the DataLoader but this says CompletableFuture, so which should it be?
Ok, I'm not actually certain if this isn't something possible, but I don't see it in the docs
Describe the Feature Request
https://netflix.github.io/dgs/data-loaders/#using-the-dgsdatafetchingenvironment
Why can't/shouldn't I do something like this instead? by the way, I notice a lot of things show
CompletableStage
being returned by theDataLoader
but this saysCompletableFuture
, so which should it be?Describe Preferred Solution
Ideally the documentation should show this option, if it doesn't work then it'd be a nice feature. If it's a bad idea, I'd love to know why.
Describe Alternatives
The text was updated successfully, but these errors were encountered: