graphql-client icon indicating copy to clipboard operation
graphql-client copied to clipboard

Subscription Support

Open HuakunShen opened this issue 2 years ago • 3 comments

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?

HuakunShen avatar Apr 03 '23 18:04 HuakunShen

See https://github.com/graphql-rust/graphql-client/issues/204#issuecomment-1023736675

Sytten avatar Apr 03 '23 23:04 Sytten

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.

tomhoule avatar Jan 31 '25 09:01 tomhoule

Yes it works well since I integrated it with graphql-client. Been using in prod for over 2 years now.

Sytten avatar Jan 31 '25 14:01 Sytten