appointmentTypeCreditChanges
Fetch credit history for the specific appointment type
Arguments
Returns
[AppointmentCreditChange!]
Example
query appointmentTypeCreditChanges($appointment_type_id: ID, $user_id: ID) { appointmentTypeCreditChanges( appointment_type_id: $appointment_type_id user_id: $user_id ) { appointment created_at credit_change_event credit_change_event_type credit_quantity id initiator offering }}