Checklists
Available Fields
Example
{
myChecklistItems{
edges{
node{
id
tags
text
updatedAt
createdAt
}
}
}
}{
"data": {
"myChecklistItems": {
"edges": [
{
"node": {
"id": "TXlDaGVja2xpc3RJdGVtOjI=",
"tags": [
"exercise, diet"
],
"text": "Coach Suggestion",
"updatedAt": "2022-02-04T15:59:37.974160+00:00",
"createdAt": "2022-02-04T15:59:37.974133+00:00"
}
},
{
"node": {
"id": "TXlDaGVja2xpc3RJdGVtOjE=",
"tags": [
"exercise, diet"
],
"text": "Coach Suggestion",
"updatedAt": "2022-02-04T15:12:34.256727+00:00",
"createdAt": "2022-02-04T15:12:34.256693+00:00"
}
}
]
}
}
}Last updated
Was this helpful?