graphql_ws_web_socket_channel_connector 0.1.0
graphql_ws_web_socket_channel_connector: ^0.1.0 copied to clipboard
A graphql_ws WebSocketConnector backed by package:web_socket_channel. Lets graphql_ws run on Flutter web (and anywhere else web_socket_channel is supported) without dropping graphql_ws's zero-dependency core.
0.1.0 #
- Initial release. Exposes
webSocketChannelConnector— aWebSocketConnectorforgraphql_wsbacked bypackage:web_socket_channel. Works on the Dart VM, web, and Flutter.