operation property

CancelableOperation<GraphQLResponse<T>> operation
finalinherited

The wrapped CancelableOperation which can be used for cancelable chaining and interop with other CancelableOperations.

Implementation

final CancelableOperation<T> operation;