INPUT_OBJECT

updateAllergySensitivityInput

Autogenerated input type of updateAllergySensitivity

link GraphQL Schema definition

  • input updateAllergySensitivityInput {
  • category: String
  • category_type: String
  • custom_name: String
  • custom_reaction: String
  • id: String
  • # DEPRECATED. Use status instead
  • is_current: Boolean
  • 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
  • }