OnMutationUpdate<TParsed> typedef

OnMutationUpdate<TParsed> = FutureOr<void> Function(GraphQLDataProxy cache, QueryResult<TParsed>? result)

Implementation

typedef OnMutationUpdate<TParsed> = FutureOr<void> Function(
  GraphQLDataProxy cache,
  QueryResult<TParsed>? result,
);