fromGraphQLOperationCancellationReasonToDartOperationCancellationReason function

OperationCancellationReason fromGraphQLOperationCancellationReasonToDartOperationCancellationReason(
  1. String v
)

Implementation

OperationCancellationReason
fromGraphQLOperationCancellationReasonToDartOperationCancellationReason(
  String v,
) => OperationCancellationReason(v);