mirror of
https://github.com/datahub-project/datahub.git
synced 2025-12-26 09:26:22 +00:00
fix(fragments.graphql): values is a correct parameter for FacetFilterInput (#11485)
Co-authored-by: Bryazgin <dbryaz1@LAMU0MVW17THY2C.uhc.com>
This commit is contained in:
parent
0120ec2c19
commit
171aad1213
@ -1012,7 +1012,7 @@ fragment domainEntitiesFields on Domain {
|
||||
entities(input: { start: 0, count: 0 }) {
|
||||
total
|
||||
}
|
||||
dataProducts: entities(input: { start: 0, count: 0, filters: [{ field: "_entityType", value: "DATA_PRODUCT" }] }) {
|
||||
dataProducts: entities(input: { start: 0, count: 0, filters: [{ field: "_entityType", values: "DATA_PRODUCT" }] }) {
|
||||
total
|
||||
}
|
||||
children: relationships(input: { types: ["IsPartOf"], direction: INCOMING, start: 0, count: 0 }) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user