Skip to content

updateOrganizationCptCodeInput

Autogenerated input type of updateOrganizationCptCode

Fields

deprecated DO NOT USE

Used By

Definition

"""
Autogenerated input type of updateOrganizationCptCode
"""
input updateOrganizationCptCodeInput {
"""
DO NOT USE
"""
clientMutationId: String @deprecated(reason: "DO NOT USE")
cpt_code_id: ID
id: ID
organization_id: ID
price_per_unit: String
organization_cpt_code_insurance_fees: [OrganizationCptCodeInsuranceFeesInput]
}