Symptom
Required Arguments
Argument
Type
Description
Available Fields
Field Name
Type
Description
Example
query {
symptom(id:"U3ltcHRvbTpkMjQ5M2IyMC04YzhiLTQwMDUtODg4Ny0wMzE1YWQ4MzYzYTg="){
id
name
description
createdAt
updatedAt
categories{
id
name
description
}
}
}{
"data": {
"symptom": {
"id": "U3ltcHRvbTpkMjQ5M2IyMC04YzhiLTQwMDUtODg4Ny0wMzE1YWQ4MzYzYTg=",
"name": "Abdominal pain/cramping",
"description": "Pain or discomfort in the stomach area",
"createdAt": "2025-05-21T16:09:13.202366+00:00",
"updatedAt": "2025-05-21T16:09:13.202392+00:00",
"categories": [
{
"id": "U3ltcHRvbUNhdGVnb3J5OjBiZDUzNTg5LWVjMDYtNGU0Ni1hMjQzLTc3MTQ1OTU0NjZmNA==",
"name": "Gastrointestinal"
}
]
}
}
}Last updated
Was this helpful?