OBJECT

ProviderCptCodeType

ProviderCptCode object

link GraphQL Schema definition

  • type ProviderCptCodeType {
  • # The CPT code ID
  • cpt_code_id: ID!
  • # The unique identifier of the type
  • id: ID!
  • # The price per unit
  • price_per_unit: String
  • # The provider ID
  • provider_id: ID!
  • }