MutationJobVariableFn<DataType, VariablesType, ArgsType> typedef

MutationJobVariableFn<DataType, VariablesType, ArgsType> = Future<DataType> Function(String variableKey, VariablesType variables, ArgsType args)

Implementation

typedef MutationJobVariableFn<DataType, VariablesType, ArgsType>
    = Future<DataType> Function(
  String variableKey,
  VariablesType variables,
  ArgsType args,
);