Refetch aggregate queries on record creation/update/deletion of record (#8885)

Closes #8755.
Refetching the aggregate queries on an object following creation,
update, deletion of a record.
This commit is contained in:
Marie
2024-12-05 15:23:54 +01:00
committed by GitHub
parent 9ed9b4746a
commit 26ff344f56
32 changed files with 590 additions and 71 deletions

View File

@ -1,3 +1,3 @@
import { AGGREGATE_OPERATIONS } from '@/object-record/record-table/constants/AggregateOperations';
export type RecordGqlFieldsAggregate = Record<string, AGGREGATE_OPERATIONS>;
export type RecordGqlFieldsAggregate = Record<string, AGGREGATE_OPERATIONS[]>;