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
ROOT_SUBSCRIPTION
ROOT_QUERY
This will help show in the Apollo dev tools whether data came from a subscription or query.
The text was updated successfully, but these errors were encountered:
Write to ROOT_SUBSCRIPTION instead of ROOT_QUERY
05bc26d
Fixes #999
ede3948
Could you please clarify, is it true (and on intent) that ROOT_SUBSCRIPTION is never read anywhere in the code, it's only written?
The following search shows that there are no more references to ROOT_SUBSCRIPTION (including dev tools): https://github.com/search?q=org%3Aapollographql+ROOT_SUBSCRIPTION&unscoped_q=ROOT_SUBSCRIPTION
Sorry, something went wrong.
Not only that, subscription data shouldn't overwrite cached query data automatically anyway, right?
stubailo
No branches or pull requests
This will help show in the Apollo dev tools whether data came from a subscription or query.
The text was updated successfully, but these errors were encountered: