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
Currently this library just supports subscriptions via streaming_operation.
But GraphQL over websockets can also be used for normal queries & mutations. We should add support for these (via the commented out operation function in the code.
The text was updated successfully, but these errors were encountered:
Currently this library just supports subscriptions via
streaming_operation
.But GraphQL over websockets can also be used for normal queries & mutations. We should add support for these (via the commented out
operation
function in the code.The text was updated successfully, but these errors were encountered: