Steps
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
query{
stepsCounter(start:20220831 end:20220901){
dailyGoal
distance
edges{
node{
steps
source
datetime
id
}
}
}
}{
"data": {
"stepsCounter": {
"dailyGoal": 1,
"distance": 6.4,
"edges": [
{
"node": {
"steps": 8000,
"source": "Suggestic",
"datetime": "2022-09-01T00:00:00+00:00"
}
}
]
}
}
}