mirror of
https://github.com/datahub-project/datahub.git
synced 2025-09-18 21:49:41 +00:00
6 lines
104 B
GraphQL
6 lines
104 B
GraphQL
![]() |
query getMLFeature($urn: String!) {
|
||
|
mlFeature(urn: $urn) {
|
||
|
...nonRecursiveMLFeature
|
||
|
}
|
||
|
}
|