Type Definition apollo_client::ClientResult[][src]

type ClientResult<T> = Result<T, ClientError>;

Apollo client crate side Result.