mirror of
https://github.com/datahub-project/datahub.git
synced 2025-11-11 08:52:58 +00:00
fix(graphql): add platform to chart relationship query (#4255)
This commit is contained in:
parent
3d6db93aa6
commit
60e4656f03
@ -43,6 +43,9 @@ fragment relationshipFields on Entity {
|
|||||||
... on Chart {
|
... on Chart {
|
||||||
tool
|
tool
|
||||||
chartId
|
chartId
|
||||||
|
platform {
|
||||||
|
...platformFields
|
||||||
|
}
|
||||||
properties {
|
properties {
|
||||||
name
|
name
|
||||||
description
|
description
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user