fromDartOperationCancellationReasonToGraphQLOperationCancellationReason function

String fromDartOperationCancellationReasonToGraphQLOperationCancellationReason(
  1. OperationCancellationReason v
)

Implementation

String fromDartOperationCancellationReasonToGraphQLOperationCancellationReason(
  OperationCancellationReason v,
) => v.val;