MutationOnMutationFn<VariablesType, RecoveryType> typedef

MutationOnMutationFn<VariablesType, RecoveryType> = FutureOr<RecoveryType?> Function(VariablesType variables)

Implementation

typedef MutationOnMutationFn<VariablesType, RecoveryType>
    = FutureOr<RecoveryType?> Function(
  VariablesType variables,
);