INPUT_OBJECT

createAllergySensitivityInput

Autogenerated input type of createAllergySensitivity

link GraphQL Schema definition

  • input createAllergySensitivityInput {
  • category: String
  • category_type: String
  • custom_name: String
  • custom_reaction: String
  • id: ID
  • name: String
  • # The date of onset
  • 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
  • # The drug allergen id to associate with the allergy sensitivity
  • drug_allergen_id: ID
  • }