OBJECT

OrganizationCptCodeType

OrganizationCptCode object

link GraphQL Schema definition

  • type OrganizationCptCodeType {
  • # The CPT code id
  • cpt_code_id: ID!
  • # date created
  • created_at: String!
  • # The unique identifier of the join
  • id: ID!
  • # The organization id
  • organization_id: ID!
  • # The price per unit
  • price_per_unit: String
  • # date updated
  • updated_at: String!
  • }