Skip to main content

EntityUpdate

An internal update attached to an entity.

type EntityUpdate {
archivedAt: ISO8601DateTime
content: String!
createdAt: ISO8601DateTime!
createdById: ID!
entityId: ID!
entityType: UpdatableEntityEnum!
id: ID!
parentUpdateId: ID
replies(
after: String
before: String
first: Int
last: Int
): EntityUpdateConnection!
updatedAt: ISO8601DateTime!
}

Fields

EntityUpdate.archivedAt ● ISO8601DateTime scalar common

EntityUpdate.content ● String! non-null scalar common

EntityUpdate.createdAt ● ISO8601DateTime! non-null scalar common

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.updatedAt ● ISO8601DateTime! non-null scalar common

Returned By

addEntityUpdate mutation ● archiveEntityUpdate mutation

Member Of

EntityUpdateConnection object ● EntityUpdateEdge object