DocumentActivityType
No description
type DocumentActivityType {
id: ID!
creator: UserType
createdAt: String
lastUpdatedAt: String
type: String
revision: RevisionAndHistoryType
fieldChange: DocumentActivityFieldChangeType
}
Fields
DocumentActivityType.id ● ID! non-null scalar
The ID of an object
DocumentActivityType.creator ● UserType object
DocumentActivityType.createdAt ● String scalar
DocumentActivityType.lastUpdatedAt ● String scalar
DocumentActivityType.type ● String scalar
can be "fieldChange" or "revisionCreated"
DocumentActivityType.revision ● RevisionAndHistoryType object
Returns the revision details if type is revisionCreated
DocumentActivityType.fieldChange ● DocumentActivityFieldChangeType object
Details of the field change activity, if type is fieldChange