MutationJobVariableKeyFn<DataType, ErrorType, VariablesType, RecoveryType, ArgsType> typedef

MutationJobVariableKeyFn<DataType, ErrorType, VariablesType, RecoveryType, ArgsType> = MutationJob<DataType, ErrorType, VariablesType, RecoveryType, ArgsType> Function(String variable)

Implementation

typedef MutationJobVariableKeyFn<DataType, ErrorType, VariablesType,
        RecoveryType, ArgsType>
    = MutationJob<DataType, ErrorType, VariablesType, RecoveryType, ArgsType>
        Function(String variable);