Recent Symptoms

Use the recentSymptoms to retrieve a list of recently logged symptoms for the user, including details and categories.

Available Fields

Field Name
Type
Description

symptom

[Symptom]

Example

query{
  recentSymptoms{
    id
    name
    description
    createdAt
    updatedAt
    categories{
      id
      name
    }
  }
}

Last updated

Was this helpful?