OBJECT
AppointmentCreditChange
An object containing appointment type credit change event
link GraphQL Schema definition
- type AppointmentCreditChange {
- # The appointment related to credit change event
- Appointment :
- String :
- # The event which caused credit change
- String :
- # The specific action which caused credit change
- String :
- # The amount of credits after specific event
- Int :
- ID! :
- # The user who triggered credit change
- User :
- # The offering related to credit change event
- Offering :
- }