OBJECT

SymptomOption

A Symptom Option

link GraphQL Schema definition

  • type SymptomOption {
  • # Custom Symptoms use numeric IDs. Standard symptoms just use the symptom name
  • id: ID!
  • # The symptom name
  • name: String!
  • # The symptom value
  • value: Int!
  • }