OBJECT

AppointmentTypeCptCodeType

AppointmentTypeCptCode object

link GraphQL Schema definition

  • type AppointmentTypeCptCodeType {
  • # Appointment Type ID
  • appointment_type_id: ID!
  • # CPT Code ID
  • cpt_code_id: ID!
  • # The unique identifier of the object
  • id: ID!
  • # Units
  • units: String
  • }