AuditDetail
The AuditDetail type represents the details of an audit.
type AuditDetail {
previous: String
current: String
added: [String]
removed: [String]
field: String!
}
Fields
AuditDetail.previous
● String
scalar
Previous value of the field.
AuditDetail.current
● String
scalar
Current value of the field.
AuditDetail.added
● [String]
list scalar
Added values to the field.
AuditDetail.removed
● [String]
list scalar
Removed values from the field.
AuditDetail.field
● String!
non-null scalar
The field that was changed.
Member Of
RuleAuditData
object