zino-hofmann / graphql-flutter

A GraphQL client for Flutter, bringing all the features from a modern GraphQL client to one easy to use package.
https://zino-hofmann.github.io/graphql-flutter
MIT License
3.23k stars 608 forks source link

Can we use websocketlink for data transmission #1444

Open RunTerror opened 1 week ago

RunTerror commented 1 week ago

I want to use websocket link for making a graphql client that can be used for subscribing and then using the same websocket link for data transmission so, is it possible ?