In this PR, we are introducing aggregate queries on table views, behind a feature flag. This does not work with view groups yet, nor with views that have records until the bottom. (both will be tackled next)
This commit is contained in:
@ -88,6 +88,7 @@ export const usePersistViewFieldRecords = () => {
|
||||
isVisible: viewField.isVisible,
|
||||
position: viewField.position,
|
||||
size: viewField.size,
|
||||
aggregateOperation: viewField.aggregateOperation,
|
||||
},
|
||||
},
|
||||
update: (cache, { data }) => {
|
||||
|
||||
Reference in New Issue
Block a user