LoanEvent
An event related to an operation over a loan that might change its status.
type LoanEvent {
timestamp: DateTime!
type: EventType!
clientName: String
clientId: ID
}
Fields
LoanEvent.timestamp
● DateTime!
non-null scalar
The moment at which the event took place.
LoanEvent.type
● EventType!
non-null enum
The kind of event.
LoanEvent.clientName
● String
scalar
The name of the client involved in the event.
LoanEvent.clientId
● ID
scalar
The ID of the client involved in the event.
Member of
LoanEventEdge
object