Last updated
Was this helpful?
Was this helpful?
query {pastAppointments (start:"2023-10-31T06:00:00+00:00")
{
edges{
node{
title
start
end
id
coach{
name
}
}
}
}
}{
"data": {
"pastAppointments": {
"edges": [
{
"node": {
"title": "Test qa",
"start": "2024-01-23T18:00:00+00:00",
"end": "2024-01-23T18:30:00+00:00",
"id": "QXBwb2ludG1lbnQ6MjA1ODE=",
"coach": {
"name": "Suggestic Admin Coach"
}
}
},
{
"node": {
"title": "Health Coaching Lab Review Call (1 lab test)",
"start": "2024-01-30T20:30:00+00:00",
"end": "2024-01-30T21:00:00+00:00",
"id": "QXBwb2ludG1lbnQ6MjA3OTY=",
"coach": {
"name": "Coach G "
}
}
},
{
"node": {
"title": "Test qa",
"start": "2024-02-01T19:30:00+00:00",
"end": "2024-02-01T20:00:00+00:00",
"id": "QXBwb2ludG1lbnQ6MjA4NDQ=",
"coach": {
"name": "Suggestic Admin Coach"
}
}
},
{
"node": {
"title": "Test 23",
"start": "2023-10-31T06:00:00+00:00",
"end": "2023-10-31T07:00:00+00:00",
"id": "QXBwb2ludG1lbnQ6MTgxMDc=",
"coach": {
"name": "Suggestic Admin Coach"
}
}
},
{
"node": {
"title": "Test qa",
"start": "2023-11-17T16:30:00+00:00",
"end": "2023-11-17T17:00:00+00:00",
"id": "QXBwb2ludG1lbnQ6MTg3NTQ=",
"coach": {
"name": "Suggestic Admin Coach"
}
}
}
]
}
}
}