mirror of
https://github.com/datahub-project/datahub.git
synced 2025-07-23 09:32:04 +00:00
6 lines
103 B
GraphQL
6 lines
103 B
GraphQL
query getDataPlatform($urn: String!) {
|
|
dataPlatform(urn: $urn) {
|
|
...platformFields
|
|
}
|
|
}
|