fix(graphql): add platform to chart relationship query (#4255)

This commit is contained in:
RyanHolstien 2022-02-25 00:51:57 -06:00 committed by GitHub
parent 3d6db93aa6
commit 60e4656f03
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -43,6 +43,9 @@ fragment relationshipFields on Entity {
... on Chart {
tool
chartId
platform {
...platformFields
}
properties {
name
description