AppointmentCreditChange
An object containing appointment type credit change event
Fields
appointment
· Appointment
· The appointment related to credit change event credit_change_event_type
· String
· The specific action which caused credit change Used By
Definition
"""An object containing appointment type credit change event"""type AppointmentCreditChange { """ The appointment related to credit change event """ appointment: Appointment
""" The time when credit change event was created """ created_at: String!
""" The event which caused credit change """ credit_change_event: String!
""" The specific action which caused credit change """ credit_change_event_type: String
""" The amount of credits after specific event """ credit_quantity: Int!
""" The unique identifier of the credit change """ id: ID!
""" The user who triggered credit change """ initiator: User
""" The offering related to credit change event """ offering: Offering}