SymptomOption
A Symptom Option
Fields
Used By
Definition
"""A Symptom Option"""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!}