[Dashboards] - Omit zero values (#15112)

video QA


https://github.com/user-attachments/assets/6391afdd-0714-4202-8db0-f67388fb7582

---------

Co-authored-by: Marie <51697796+ijreilly@users.noreply.github.com>
This commit is contained in:
nitin
2025-10-16 15:00:28 +05:30
committed by GitHub
parent 5586728105
commit 246543912d
18 changed files with 309 additions and 15 deletions
@@ -74,6 +74,7 @@ export interface GroupByResolverArgs<Filter = ObjectRecordFilter> {
groupBy: ObjectRecordGroupBy;
viewId?: string;
orderBy?: OrderByWithGroupBy;
omitNullValues?: boolean;
}
export interface UpdateOneResolverArgs<