Entity
{
entity (id: int, charTypeId: int) {
id
revisionId
title
template {
templateId
templateName
}
status {
statusId
statusName
}
characteristics (tags: string[]) {
}
createdBy
createdDate
lastUpdatedBy
lastUpdatedDate
statusUpdatedBy
statusUpdatedDate
children (charTypeId: int, skip: int, take: int) {
totalCount
pageInfo {
hasNextPage
hasPreviousPage
}
items {
id
title
...
}
}
parents (charTypeId: int, skip: int, take: int) {
totalCount
pageInfo {
hasNextPage
hasPreviousPage
}
items {
id
title
...
}
},
parties (partyIds: int[], skip: int, take: int) {
totalCount
pageInfo {
hasNextPage
hasPreviousPage
}
items {
id
title
partyId
partyName
}
}
}
}Last updated
Was this helpful?

