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 869fbed commit 334d27bCopy full SHA for 334d27b
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
/// graphql-ws: The new (not to be confused with the graphql-ws library).
0 commit comments