ActivityEventType
No description
type ActivityEventType {
id: ID!
createdAt: String
lastUpdate: String
type: String
primaryFolder: FolderType
targetFolder: FolderType
creator: UserType
items: [ActivityEventItemType]
}
Fields
ActivityEventType.id ● ID! non-null scalar
The ID of an object
ActivityEventType.createdAt ● String scalar
ActivityEventType.lastUpdate ● String scalar
ActivityEventType.type ● String scalar
ActivityEventType.primaryFolder ● FolderType object
ActivityEventType.targetFolder ● FolderType object
mainly used for if an entity was moved to a folder
ActivityEventType.creator ● UserType object
ActivityEventType.items ● [ActivityEventItemType] list object
Returned by
activityFeedUpdate subscription