mirror of
https://github.com/datahub-project/datahub.git
synced 2025-12-19 05:56:13 +00:00
6 lines
103 B
GraphQL
6 lines
103 B
GraphQL
query getDataPlatform($urn: String!) {
|
|
dataPlatform(urn: $urn) {
|
|
...platformFields
|
|
}
|
|
}
|