[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:
+4
@@ -177,6 +177,10 @@ export const getResolverArgs = (
|
||||
isNullable: true,
|
||||
isArray: true,
|
||||
},
|
||||
omitNullValues: {
|
||||
type: GraphQLBoolean,
|
||||
isNullable: true,
|
||||
},
|
||||
viewId: {
|
||||
type: UUIDScalarType,
|
||||
isNullable: true,
|
||||
|
||||
Reference in New Issue
Block a user