INPUT_OBJECT

AppointmentTypeCreditInput

Payload for appointment type credit

link GraphQL Schema definition

  • input AppointmentTypeCreditInput {
  • # The appointment type ID of the credit
  • appointment_type_id: String
  • # The ID of the credit
  • id: ID
  • # The quantity of the credit
  • quantity: String
  • }