graphql-client
graphql-client copied to clipboard
Subscription Support
Is subscription fully supported?
In the README.md I saw Subscriptions support (serialization-deserialization only at the moment).
Not sure what this means. Does it mean subscription is not yet supported?
See https://github.com/graphql-rust/graphql-client/issues/204#issuecomment-1023736675
Let's document graphql-ws-client in the README, and leave this out of scope for graphql-client, if that makes sense. I'm trying to refocus the crate on codegen only.
Yes it works well since I integrated it with graphql-client. Been using in prod for over 2 years now.