OBJECT

AppointmentPricingInfoType

Appointment pricing info

link GraphQL Schema definition

  • type AppointmentPricingInfoType {
  • # CPT Code ID
  • cpt_code_id: String
  • # The price
  • price: String
  • # The units of the price
  • units: String
  • }