mirror of
https://github.com/datahub-project/datahub.git
synced 2025-08-03 06:47:55 +00:00
20 lines
349 B
GraphQL
20 lines
349 B
GraphQL
query($urn:String!) {
|
|
chart(urn: $urn) {
|
|
inputFields {
|
|
fields {
|
|
schemaFieldUrn
|
|
schemaField {
|
|
schemaFieldEntity {
|
|
urn
|
|
fieldPath
|
|
documentation {
|
|
documentations {
|
|
documentation
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} |