Appointment Types
Available Fields
Example
{
appointmentTypes {
types {
id
title
createdAt
updatedAt
numberOfMember
durationMin
contactType
coachesPool{
name
email
}
}
}
}{
"data": {
"appointmentTypes": {
"types": [
{
"id": "QXBwb2ludG1lbnRUeXBlOjU=",
"title": "Onboarding call ",
"createdAt": "2022-01-28T21:07:46.085118+00:00",
"updatedAt": "2022-02-07T15:02:40.569326+00:00",
"numberOfMember": 2,
"durationMin": 30,
"contactType": [
"VIDEO_CALL",
"PHONE_CALL",
"ZOOM",
"GOOGLE_MEET"
],
"coachesPool": []
},
{
"id": "QXBwb2ludG1lbnRUeXBlOjM=",
"title": "Coaching Support Call",
"createdAt": "2022-01-10T21:40:04.947327+00:00",
"updatedAt": "2022-01-11T13:42:21.870484+00:00",
"numberOfMember": 2,
"durationMin": 20,
"contactType": [
"ZOOM",
"GOOGLE_MEET"
],
"coachesPool": []
},
{
"id": "QXBwb2ludG1lbnRUeXBlOjI=",
"title": "Initial call",
"createdAt": "2021-12-13T15:45:21.587646+00:00",
"updatedAt": "2021-12-13T15:45:21.587688+00:00",
"numberOfMember": 1,
"durationMin": 30,
"contactType": [
"ZOOM",
"VIDEO_CALL"
],
"coachesPool": []
}
]
}
}
}
Last updated