2022-02-02 13:51:39 -08:00
|
|
|
query getContainer($urn: String!) {
|
|
|
|
container(urn: $urn) {
|
|
|
|
urn
|
|
|
|
platform {
|
|
|
|
...platformFields
|
|
|
|
}
|
|
|
|
properties {
|
|
|
|
name
|
|
|
|
description
|
2022-03-08 09:33:55 -08:00
|
|
|
customProperties {
|
|
|
|
key
|
|
|
|
value
|
|
|
|
}
|
2022-02-02 13:51:39 -08:00
|
|
|
}
|
|
|
|
editableProperties {
|
|
|
|
description
|
|
|
|
}
|
|
|
|
ownership {
|
|
|
|
...ownershipFields
|
|
|
|
}
|
|
|
|
tags {
|
|
|
|
...globalTagsFields
|
|
|
|
}
|
|
|
|
institutionalMemory {
|
|
|
|
...institutionalMemoryFields
|
|
|
|
}
|
|
|
|
glossaryTerms {
|
|
|
|
...glossaryTerms
|
|
|
|
}
|
|
|
|
subTypes {
|
|
|
|
typeNames
|
|
|
|
}
|
|
|
|
entities(input: {}) {
|
|
|
|
...searchResults
|
|
|
|
}
|
|
|
|
container {
|
|
|
|
...entityContainer
|
|
|
|
}
|
2022-02-16 15:01:22 -08:00
|
|
|
domain {
|
|
|
|
...entityDomain
|
|
|
|
}
|
2022-02-02 13:51:39 -08:00
|
|
|
}
|
|
|
|
}
|