GiftAuditLog
type GiftAuditLog implements Node {
id: ID!
createdAt: Time!
updatedAt: Time!
companyID: String!
giftID: ID!
userID: String!
changeType: GiftAuditLogChangeType!
changedField: String
oldValue: String
newValue: String
changeReason: String
gift: Gift!
}
Fields
GiftAuditLog.id ● ID! non-null scalar
GiftAuditLog.createdAt ● Time! non-null scalar
GiftAuditLog.updatedAt ● Time! non-null scalar
GiftAuditLog.companyID ● String! non-null scalar
GiftAuditLog.giftID ● ID! non-null scalar
GiftAuditLog.userID ● String! non-null scalar
GiftAuditLog.changeType ● GiftAuditLogChangeType! non-null enum
GiftAuditLog.changedField ● String scalar
GiftAuditLog.oldValue ● String scalar
GiftAuditLog.newValue ● String scalar
GiftAuditLog.changeReason ● String scalar
GiftAuditLog.gift ● Gift! non-null object
Interfaces
Node interface
An object with an ID. Follows the Relay Global Object Identification Specification
Member Of
Gift object ● GiftAuditLogEdge object