mirror of
https://github.com/datahub-project/datahub.git
synced 2025-07-25 10:30:04 +00:00
6 lines
119 B
GraphQL
6 lines
119 B
GraphQL
query getMLFeatureTable($urn: String!) {
|
|
mlFeatureTable(urn: $urn) {
|
|
...nonRecursiveMLFeatureTable
|
|
}
|
|
}
|