graphqlTransportWs constant

String const graphqlTransportWs

graphql-transport-ws: New protocol used by most Apollo Server instances with subscriptions enabled. Implemented by the graphql-ws library.

Implementation

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