Symptom Stats
Required Arguments
Argument
Type
Description
Available Fields
Field Name
Type
Description
Example
query{
symptomStats(start:"2025-07-02" end:"2025-07-04"){
symptomId
symptom{
id
name
}
count
total
average
min
max
}
}{
"data": {
"symptomStats": [
{
"symptomId": "U3ltcHRvbTozNGNlYjBkZC05ZTg4LTQ0OWYtODcwNC05ZjJlMmU2MGRiNDE=",
"symptom": {
"id": "U3ltcHRvbTozNGNlYjBkZC05ZTg4LTQ0OWYtODcwNC05ZjJlMmU2MGRiNDE=",
"name": "Bloating"
},
"count": 3,
"total": 10,
"average": 3.3333333333333335,
"min": 2,
"max": 5
}
]
}
}Last updated
Was this helpful?