Appointments Types
Available Fields
Example
{
appointmentTypes {
edges {
node {
title
numberOfMember
contactType
durationMin
}
}
}
}{
"data": {
"appointmentTypes ": {
"edges": [
{
"node": {
"title": "Initial Call",
"numberOfMember": "5",
"contactType": "zoom",
"durationMin": 10
}
}
]
}
}
}Last updated
Was this helpful?