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
Hi, I want to refactor my app with ts and i am quite confused with the subscription described in this example. I am used to using subscribe and resolve in subscription, like below:
Hey man, have you figured it out ? I'm refactoring my graphql server code to use typescript and I decided to use the same way as this app, but I can't get the subscriptions to work.
Hi, I want to refactor my app with ts and i am quite confused with the subscription described in this example. I am used to using
subscribe
andresolve
in subscription, like below:And in this example it is like
Can someone explain the flow here? Thanks in advance.
The text was updated successfully, but these errors were encountered: