graphqlTransportWs constant

String const graphqlTransportWs

graphql-transport-ws: New ws protocol used by most Apollo Server instances with subscriptions enabled use this library. N.B: not to be confused with the graphql-ws library that implement the old ws protocol.

Implementation

static const String graphqlTransportWs = "graphql-transport-ws";