Skip to main content

HistoryChangeType

No description

type HistoryChangeType {
id: ID!
fieldName: String
fieldType: String
prev: String
current: String
actionType: String
}

Fields

HistoryChangeType.id ● ID! non-null scalar

The ID of an object

HistoryChangeType.fieldName ● String scalar

HistoryChangeType.fieldType ● String scalar

HistoryChangeType.prev ● String scalar

JSON stringified version of the previous value

HistoryChangeType.current ● String scalar

JSON stringified version of the changed value

HistoryChangeType.actionType ● String scalar

Member of

RevisionAndHistoryType object