-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Open
Labels
k/enhancementNew feature or improve an existing featureNew feature or improve an existing feature
Description
Is your proposal related to a problem?
The ability execute group by queries via graphql. For example, I might want to get the average and min rating per month. Currently I need to create a view for every way I want to aggregate.
Describe the solution you'd like
query {
articles_aggregated(groupBy: ["author", "year(publish_date)"]) {
group
sum {
revenue
}
}
}
Describe alternatives you've considered
https://docs.directus.io/reference/query/#aggregation-grouping
If the feature is approved, would you be willing to submit a PR?
No
jmtimper, BitDivination, jaycverg, TheMC47, osdiab and 4 more
Metadata
Metadata
Assignees
Labels
k/enhancementNew feature or improve an existing featureNew feature or improve an existing feature