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:
@ -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[]>;
|
||||
|
||||
Reference in New Issue
Block a user