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