ActivityEventItemType
No description
type ActivityEventItemType {
id: ID!
type: String
content: String
entityId: String
documentType: DocumentTypeCategory
fileType: String
}
Fields
ActivityEventItemType.id
● ID!
non-null scalar
The ID of an object
ActivityEventItemType.type
● String
scalar
ActivityEventItemType.content
● String
scalar
ActivityEventItemType.entityId
● String
scalar
ActivityEventItemType.documentType
● DocumentTypeCategory
enum
ActivityEventItemType.fileType
● String
scalar
Member of
ActivityEventType
object