Intake Checklist
Required Arguments
Available Fields
Example
query($category: IntakeCategory!, $start: Date!, $end: Date!) {
intakesChecklist(start: $start, end: $end, category: $category) {
name
icon
days {
date
items {
... on ChecklistItem {
id
title
image
checked
subtitle
category
}
... on SupplementOnPlan {
planName
checked
timeOfDay
order
}
}
}
}
}
Last updated
Was this helpful?