connected property
Indicates whether this GraphQlClient is successfully connected to the endpoint.
Implementation
RxBool get connected => _client.connected;
Indicates whether this GraphQlClient is successfully connected to the endpoint.
RxBool get connected => _client.connected;