GraphQLOperation<T> constructor

GraphQLOperation<T>(
  1. CancelableOperation<GraphQLResponse<T>> operation, {
  2. FutureOr<void> onCancel()?,
})

Implementation

GraphQLOperation(
  super.operation, {
  super.onCancel,
});