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 am not quite sure how to support this yet, but it looks like there are a few main things to do.
Hook up port connections.
Allow this to be configured ( maybe )
Handle async iterables from the executable schema when a subscription
Assuming that how it works
Lookup port, and send the message to the port response from async iterable
We will need to update codegen to create the subscription hooks, and I assume we will want to setup the port stuff internally. I think the code in the devtools to connect a port is pretty good for this.
I would like also to have some type of support for this in the devtools. Not sure on what that can look like, but I assume it will probably a list of responses from the subscription.
The text was updated successfully, but these errors were encountered:
I am not quite sure how to support this yet, but it looks like there are a few main things to do.
We will need to update codegen to create the subscription hooks, and I assume we will want to setup the port stuff internally. I think the code in the devtools to connect a port is pretty good for this.
I would like also to have some type of support for this in the devtools. Not sure on what that can look like, but I assume it will probably a list of responses from the subscription.
The text was updated successfully, but these errors were encountered: