isTransportWsProtocol property

bool get isTransportWsProtocol

Whether the client's protocol is graphql-transport-ws

Implementation

bool get isTransportWsProtocol => client.protocol == 'graphql-transport-ws';