We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 360616d commit b61e32aCopy full SHA for b61e32a
packages/graphql/lib/src/links/websocket_link/websocket_client.dart
@@ -156,7 +156,7 @@ class SocketSubProtocol {
156
/// with subscriptions enabled use this library.
157
/// N.B: not to be confused with the graphql-ws library that implement the
158
/// old ws protocol.
159
- static const String graphqlTransportWs = GraphQLProtocol.graphqlWs;
+ static const String graphqlTransportWs = GraphQLProtocol.graphqlTransportWs;
160
}
161
162
/// ALL protocol supported by the library
0 commit comments