updateAllergySensitivityInput
Autogenerated input type of updateAllergySensitivity
Fields
clientMutationId
· String · DO NOT USE deprecated
DO NOT USEis_current
· Boolean · DEPRECATED. Use status instead deprecated
Use `status` insteadonset_date
· String · The date of onset_date reaction_type
· String · The type of reaction. Options are [allergy, adverse_reaction] Used By
Definition
"""Autogenerated input type of updateAllergySensitivity"""input updateAllergySensitivityInput { """ DO NOT USE """ clientMutationId: String @deprecated(reason: "DO NOT USE") category: String category_type: String custom_name: String custom_reaction: String id: String
""" DEPRECATED. Use status instead """ is_current: Boolean @deprecated(reason: "Use `status` instead") name: String
""" The date of onset_date """ onset_date: String reaction: String
""" The type of reaction. Options are [allergy, adverse_reaction] """ reaction_type: String severity: String
""" Options are [active, inactive, resolved]. Defaults to active """ status: String user_id: String}