[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
@@ -177,6 +177,10 @@ export const getResolverArgs = (
isNullable: true,
isArray: true,
},
omitNullValues: {
type: GraphQLBoolean,
isNullable: true,
},
viewId: {
type: UUIDScalarType,
isNullable: true,