mirror of
https://github.com/datahub-project/datahub.git
synced 2025-11-02 19:58:59 +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 {
|
||||
tool
|
||||
chartId
|
||||
platform {
|
||||
...platformFields
|
||||
}
|
||||
properties {
|
||||
name
|
||||
description
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user