Skip to main content

PledgeAuditLog

type PledgeAuditLog implements Node {
id: ID!
createdAt: Time!
updatedAt: Time!
companyID: String!
pledgeID: ID!
userID: String!
changeType: PledgeAuditLogChangeType!
changedField: String
oldValue: String
newValue: String
changeReason: String
pledge: Pledge!
}

Fields

PledgeAuditLog.id ● ID! non-null scalar

PledgeAuditLog.createdAt ● Time! non-null scalar

PledgeAuditLog.updatedAt ● Time! non-null scalar

PledgeAuditLog.companyID ● String! non-null scalar

PledgeAuditLog.pledgeID ● ID! non-null scalar

PledgeAuditLog.userID ● String! non-null scalar

PledgeAuditLog.changeType ● PledgeAuditLogChangeType! non-null enum

PledgeAuditLog.changedField ● String scalar

PledgeAuditLog.oldValue ● String scalar

PledgeAuditLog.newValue ● String scalar

PledgeAuditLog.changeReason ● String scalar

PledgeAuditLog.pledge ● Pledge! non-null object

Interfaces

Node interface

An object with an ID. Follows the Relay Global Object Identification Specification

Member Of

Pledge object ● PledgeAuditLogEdge object