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.25k stars 622 forks source link

Can we use websocketlink for data transmission #1444

Open RunTerror opened 4 months ago

RunTerror commented 4 months 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 ?