We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
AddDataLoader
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hot Chocolate
15.0.0 onwards
https://github.com/dannyheard7/SubscriptionDataLoaderNotDispatched
Configure a dataloader registered using AddDataLoader.
Configure a subscription that loads data using that dataloader, Call that subscription.
The dataloader is dispatched in the same way as queries and mutations.
The dataloader is never dispatched
The text was updated successfully, but these errors were encountered:
Within a subscribe methods no DataLoader are allowed.
Sorry, something went wrong.
michaelstaib
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
Product
Hot Chocolate
Version
15.0.0 onwards
Link to minimal reproduction
https://github.com/dannyheard7/SubscriptionDataLoaderNotDispatched
Steps to reproduce
Configure a dataloader registered using
AddDataLoader
.Configure a subscription that loads data using that dataloader,
Call that subscription.
What is expected?
The dataloader is dispatched in the same way as queries and mutations.
What is actually happening?
The dataloader is never dispatched
The text was updated successfully, but these errors were encountered: