mirror of
https://github.com/datahub-project/datahub.git
synced 2025-07-09 18:24:48 +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
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} |