Type Alias graphql_ws_client::GraphQLClientClientBuilder
source · pub type GraphQLClientClientBuilder = 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
client-graphql-client
only.Expand description
A websocket client builder for the graphql_client graphql crate
Aliased Type§
struct GraphQLClientClientBuilder { /* private fields */ }