Skip to content

createOrganizationCptCodeInput

Autogenerated input type of createOrganizationCptCode

Fields

Used By

Definition

"""
Autogenerated input type of createOrganizationCptCode
"""
input createOrganizationCptCodeInput {
cpt_code_id: ID
organization_id: ID
price_per_unit: String
organization_cpt_code_insurance_fees: [OrganizationCptCodeInsuranceFeesInput]
}