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
I know this issue has been raised before in #14 but I feel this must be a different problem as the previous issue is over a year old and appears to have been resolved.
I have followed the tutorial exactly and everything works except the subscriptions. They sit there saying 'Listening...' but never show data.
which appears to be as it should compared to the repo on here and I don't get an error, simply no response in playground. I've tried adding where: { mutation_in... and an empty object in vote() but it makes no difference. The newLinkSubscribe is the same.
The text was updated successfully, but these errors were encountered:
I know this issue has been raised before in #14 but I feel this must be a different problem as the previous issue is over a year old and appears to have been resolved.
I have followed the tutorial exactly and everything works except the subscriptions. They sit there saying 'Listening...' but never show data.
This is the vote subscription
which appears to be as it should compared to the repo on here and I don't get an error, simply no response in playground. I've tried adding
where: { mutation_in...
and an empty object in vote() but it makes no difference. The newLinkSubscribe is the same.The text was updated successfully, but these errors were encountered: