INPUT_OBJECT

AppointmentTypeCptCode

Payload for a CPT code associated with an appointment type

link GraphQL Schema definition

  • input AppointmentTypeCptCode {
  • # The ID of the CPT code
  • cpt_code_id: String
  • # The number of units for the CPT code
  • units: String
  • }