We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Book creation results in an exception on the server:
Cannot read property 'bookService' of undefined
The underlying reason is that dataSources are not passed to resolvers during pubsub.publish()
dataSources
Related issues:
For now, I have worked around this issue by creating a global instance of dataSources instead of passing it via context.
The text was updated successfully, but these errors were encountered:
When was the last time you checked if this was still an issue?
Sorry, something went wrong.
@nareshbhatia up
Don't think there is an update from Apollo on this issue. See the comments on their roadmap, e.g. apollographql/apollo-server#2360 (comment)
No branches or pull requests
Book creation results in an exception on the server:
The underlying reason is that
dataSources
are not passed to resolvers during pubsub.publish()Related issues:
For now, I have worked around this issue by creating a global instance of
dataSources
instead of passing it via context.The text was updated successfully, but these errors were encountered: