Subscriptions with arguments. #1578
Unanswered
tdonhauser
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Current version of subscription client is lacking maintenance, our upcoming new major in #1544 uses a new subscription client which should covers this issue. Please stay tuned! |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hallo,
I need help setting up a subscription. I want so setup a subscription for the following GraphQL schema:
I have a react component that renders the subscription like this:
Everything works fine so far, but the component doesnt rerender on new data. If I use subscriptions without arguments it works. What am I doing wrong?
I would be glad if someone can give me a hint how to solve it.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions