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