Sleep Time
Last updated
Was this helpful?
Was this helpful?
query{
sleepTimes(start:"2022-08-30" end:"2022-09-02"){
dailyGoal
totalTime
pageInfo{
hasNextPage
hasPreviousPage
}
edges{
node{
date
source
value
id
}
}
}
}{
"data": {
"sleepTimes": {
"dailyGoal": 0,
"totalTime": 980,
"pageInfo": {
"hasNextPage": false,
"hasPreviousPage": false,
"startCursor": "T2Zmc2V0OjA=",
"endCursor": "T2Zmc2V0OjI0"
},
"edges": [
{
"node": {
"date": "2022-09-01",
"source": "Suggestic",
"value": 480,
"id": "U2xlZXBUaW1lOjE1"
}
},
{
"node": {
"date": "2022-09-02",
"source": "Suggestic",
"value": 500,
"id": "U2xlZXBUaW1lOjE2"
}
}
]
}
}
}