User Symptoms
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
query{
userSymptoms(start:"2025-07-02" end:"2025-07-04" first: 10){
pageInfo{
startCursor
endCursor
}
edges{
node{
id
symptomId
symptom{
id
name
categories{
id
name
}
}
intensity
timestamp
notes
createdAt
updatedAt
}
}
}
}{
"data": {
"userSymptoms": {
"pageInfo": {
"startCursor": "T2Zmc2V0OjA=",
"endCursor": "T2Zmc2V0Ojk="
},
"edges": [
{
"node": {
"id": "U3ltcHRvbUxvZzoyNTQ=",
"symptomId": "U3ltcHRvbTozNGNlYjBkZC05ZTg4LTQ0OWYtODcwNC05ZjJlMmU2MGRiNDE=",
"symptom": {
"id": "U3ltcHRvbTozNGNlYjBkZC05ZTg4LTQ0OWYtODcwNC05ZjJlMmU2MGRiNDE=",
"name": "Bloating",
"categories": [
{
"id": "U3ltcHRvbUNhdGVnb3J5OjBiZDUzNTg5LWVjMDYtNGU0Ni1hMjQzLTc3MTQ1OTU0NjZmNA==",
"name": "Gastrointestinal"
},
{
"id": "U3ltcHRvbUNhdGVnb3J5OjY3NWJmNTEyLWQyZmEtNGZhYi04ZWQwLTAxNWE2ODQ3ZWQ4MA==",
"name": "Most Common"
}
]
},
"intensity": 3,
"timestamp": "2025-07-03T22:06:00Z",
"notes": "After eating X I got bloated.",
"createdAt": "2025-07-04T23:06:12Z",
"updatedAt": "2025-07-04T23:06:12Z"
}
}
]
}
}
}