mirror of
https://github.com/datahub-project/datahub.git
synced 2025-08-01 05:47:17 +00:00
6 lines
119 B
GraphQL
6 lines
119 B
GraphQL
query getMLFeatureTable($urn: String!) {
|
|
mlFeatureTable(urn: $urn) {
|
|
...nonRecursiveMLFeatureTable
|
|
}
|
|
}
|