MutationOnUpdateErrorCallback typedef

MutationOnUpdateErrorCallback = void Function(Object? error, {Object? before})

Implementation

typedef MutationOnUpdateErrorCallback = void Function(Object? error,
    {Object? before});