mirror of
https://github.com/datahub-project/datahub.git
synced 2025-12-28 10:28:22 +00:00
fix(ui/graphql): Fetch glossary node details when fetching glossary node children (#13307)
This commit is contained in:
parent
1cb616cff9
commit
f3a41201f2
@ -153,6 +153,14 @@ fragment glossaryNode on GlossaryNode {
|
||||
}
|
||||
... on GlossaryNode {
|
||||
urn
|
||||
type
|
||||
properties {
|
||||
name
|
||||
description
|
||||
}
|
||||
displayProperties {
|
||||
...displayPropertiesFields
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user