RevisionAndHistoryType
No description
type RevisionAndHistoryType {
id: ID!
createdAt: String
creator: UserType
currentDocument: DocumentType
isCurrent: Boolean
revisionDocument: DocumentType
restoredFromRevision: RevisionAndHistoryType
isExternalFile: Boolean
summaryOfChanges: String
summaryOfChangesClean: String
shortSummaryOfChanges: String
changes: [HistoryChangeType]
detailedChanges: [DetailedHistoryChangeType]
isMetaDataChange: Boolean
}
Fields
RevisionAndHistoryType.id ● ID! non-null scalar
The ID of an object