connected property

RxBool get connected

Indicates whether this GraphQlClient is successfully connected to the endpoint.

Implementation

RxBool get connected => _client.connected;