2021-07-21 02:42:21 +08:00
|
|
|
query getMLFeatureTable($urn: String!) {
|
|
|
|
mlFeatureTable(urn: $urn) {
|
2024-07-15 15:14:15 -04:00
|
|
|
urn
|
|
|
|
type
|
2021-07-21 02:42:21 +08:00
|
|
|
...nonRecursiveMLFeatureTable
|
2024-03-20 15:25:36 -04:00
|
|
|
privileges {
|
|
|
|
...entityPrivileges
|
|
|
|
}
|
2024-01-23 16:30:02 -05:00
|
|
|
autoRenderAspects: aspects(input: { autoRenderOnly: true }) {
|
|
|
|
...autoRenderAspectFields
|
|
|
|
}
|
2024-02-08 12:21:05 -05:00
|
|
|
structuredProperties {
|
|
|
|
properties {
|
|
|
|
...structuredPropertiesFields
|
|
|
|
}
|
|
|
|
}
|
2024-02-13 15:02:52 -05:00
|
|
|
forms {
|
|
|
|
...formsFields
|
|
|
|
}
|
2025-01-29 20:42:01 -05:00
|
|
|
...notes
|
2021-07-21 02:42:21 +08:00
|
|
|
}
|
|
|
|
}
|