AddIcdCodeInput
Autogenerated input type of AddIcdCode
Fields
clientMutationId
· String
· DO NOT USE deprecated
DO NOT USEUsed 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!}