DocumentActivityFieldChangeType
No description
type DocumentActivityFieldChangeType {
field: String
prevValue: String
newValue: String
}
Fields
DocumentActivityFieldChangeType.field ● String scalar
DocumentActivityFieldChangeType.prevValue ● String scalar
Previous value of the field, serialized as a JSON string
DocumentActivityFieldChangeType.newValue ● String scalar
New value of the field, serialized as a JSON string
Member of
DocumentActivityType object