mirror of
https://github.com/datahub-project/datahub.git
synced 2025-10-27 00:40:06 +00:00
6 lines
103 B
GraphQL
6 lines
103 B
GraphQL
|
|
query getDataPlatform($urn: String!) {
|
||
|
|
dataPlatform(urn: $urn) {
|
||
|
|
...platformFields
|
||
|
|
}
|
||
|
|
}
|