Skip to content

organizationCptCode

Returns organization cpt code object

Arguments

Returns

OrganizationCptCodeType

Example

query organizationCptCode($id: ID) {
organizationCptCode(id: $id) {
cpt_code_id
created_at
id
organization_cpt_code_insurance_fees
organization_cpt_code_insurance_fees_count
organization_id
price_per_unit
updated_at
}
}