Skip to content

AddIcdCodeInput

Autogenerated input type of AddIcdCode

Fields

deprecated DO NOT USE
icd_code · String! · required

Used By

Definition

"""
Autogenerated input type of AddIcdCode
"""
input AddIcdCodeInput {
"""
DO NOT USE
"""
clientMutationId: String @deprecated(reason: "DO NOT USE")
icd_category: String!
icd_code: String!
icd_description: String!
}