pub type CynicClient<WsMessage> = AsyncWebsocketClient<WsMessage>;
👎Deprecated since 0.8.0-rc.1: graphql-ws-client no longer needs client specific types. Use the general purpose Client instead
Available on crate feature cynic only.
Expand description

A websocket client for the cynic graphql crate

Aliased Type§

struct CynicClient<WsMessage> { /* private fields */ }