pub type CynicClientBuilder = AsyncWebsocketClientBuilder;
👎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 builder for the cynic graphql crate

Aliased Type§

struct CynicClientBuilder { /* private fields */ }