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:
@ -22,6 +22,7 @@ export const generateAggregateQuery = ({
|
||||
objectMetadataItem.nameSingular,
|
||||
)}FilterInput) {
|
||||
${objectMetadataItem.namePlural}(filter: $filter) {
|
||||
${selectedFields ? '' : '__typename'}
|
||||
${selectedFields}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user