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
Sorry I fear I'm not familiar enough with Python and its async library to provide a relevant feedback regarding API design.
If this helps, in JS, this doc shows how subscription client is created, and here is the subscription API:
apolloClient.subscribe({query: gql` subscription onNewItem { newItemCreated { id } }`,variables: {}}).subscribe({next(data){// Notify your application with the new arrived data}});
Hi there,
I was wondering if there is support for websocket subscriptions?
Thank you!
The text was updated successfully, but these errors were encountered: