[][src]Type Definition apollo_client::ClientResult

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

Apollo client crate side Result.