2021-07-21 02:42:21 +08:00
|
|
|
query getMLPrimaryKey($urn: String!) {
|
|
|
|
mlPrimaryKey(urn: $urn) {
|
2024-07-15 15:14:15 -04:00
|
|
|
urn
|
|
|
|
type
|
2021-07-21 02:42:21 +08:00
|
|
|
...nonRecursiveMLPrimaryKey
|
2024-03-20 15:25:36 -04:00
|
|
|
privileges {
|
|
|
|
...entityPrivileges
|
|
|
|
}
|
2022-04-12 22:42:12 -07:00
|
|
|
featureTables: relationships(input: { types: ["KeyedBy"], direction: INCOMING, start: 0, count: 100 }) {
|
|
|
|
...fullRelationshipResults
|
|
|
|
}
|
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
|
|
|
|
}
|
2021-07-21 02:42:21 +08:00
|
|
|
}
|
|
|
|
}
|