updateAllergySensitivityInput
Autogenerated input type of updateAllergySensitivity
Fields
is_current
· Boolean · DEPRECATED. Use status instead deprecated
Use `status` insteadonset_date
· ISO8601Date · The date of onset_date reaction_type
· AllergySensitivityReactionType · The type of reaction. Options are [allergy, adverse_reaction] status
· AllergySensitivityStatus · Options are [active, inactive, resolved]. Defaults to active Used By
Definition
"""Autogenerated input type of updateAllergySensitivity"""input updateAllergySensitivityInput { category: AllergySensitivityCategory category_type: AllergySensitivityCategoryType 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: ISO8601Date reaction: String
""" The type of reaction. Options are [allergy, adverse_reaction] """ reaction_type: AllergySensitivityReactionType severity: AllergySensitivitySeverity
""" Options are [active, inactive, resolved]. Defaults to active """ status: AllergySensitivityStatus user_id: ID}