EntityUpdate
An internal update attached to an entity.
type EntityUpdate {
archivedAt: ISO8601DateTime
company: Party
content: String!
createdAt: ISO8601DateTime!
createdBy: Party!
createdById: ID!
entityId: ID!
entityType: UpdatableEntityEnum!
id: ID!
parentUpdateId: ID
replies(
after: String
before: String
first: Int
last: Int
): EntityUpdateConnection!
slackChannelId: String
slackMessageTs: String
slackPermalink: String
slackPostedAt: ISO8601DateTime
slackThreadTs: String
updatedAt: ISO8601DateTime!
}
Fields
EntityUpdate.archivedAt ● ISO8601DateTime scalar common
EntityUpdate.company ● Party object common
Company this entity update is attached to.
EntityUpdate.content ● String! non-null scalar common
EntityUpdate.createdAt ● ISO8601DateTime! non-null scalar common
EntityUpdate.createdBy ● Party! non-null object common
Party who created this entity update.
EntityUpdate.createdById ● ID! non-null scalar common
EntityUpdate.entityId ● ID! non-null scalar common
EntityUpdate.entityType ● UpdatableEntityEnum! non-null enum common
EntityUpdate.id ● ID! non-null scalar common
EntityUpdate.parentUpdateId ● ID scalar common
EntityUpdate.replies ● EntityUpdateConnection! non-null object common
EntityUpdate.replies.after ● String scalar common
Returns the elements in the list that come after the specified cursor.
EntityUpdate.replies.before ● String scalar common
Returns the elements in the list that come before the specified cursor.
EntityUpdate.replies.first ● Int scalar common
Returns the first _n_ elements from the list.
EntityUpdate.replies.last ● Int scalar common
Returns the last _n_ elements from the list.
EntityUpdate.slackChannelId ● String scalar common
The Slack channel where this entity update was posted.
EntityUpdate.slackMessageTs ● String scalar common
The Slack timestamp for this entity update's Slack message.
EntityUpdate.slackPermalink ● String scalar common
A direct link to this entity update's Slack message, when available.
EntityUpdate.slackPostedAt ● ISO8601DateTime scalar common
The date and time when this entity update was posted to Slack.
EntityUpdate.slackThreadTs ● String scalar common
The Slack thread timestamp for this entity update's Slack message.
EntityUpdate.updatedAt ● ISO8601DateTime! non-null scalar common
Returned By
addEntityUpdate mutation ● archiveEntityUpdate mutation
Member Of
EntityUpdateConnection object ● EntityUpdateEdge object