OBJECT

PriceAndCptPriceType

Appointment type price and cpt_code_price

link GraphQL Schema definition

  • type PriceAndCptPriceType {
  • # The cpt_code_price for this appointment type
  • cpt_price: String
  • # The price for this appointment type
  • price: String
  • }