Create Appointment
Arguments
Argument Name
Type
Description
Available Fields
Field Name
Type
Description
Example
mutation{
createAppointment(input:{
appointmentType:"QXBwb2ludG1lbnRUeXBlOjEwNjM="
coach:"Q29hY2g6ODgwOA=="
datetime:"2025-10-09T14:30:00+00:00"
contactType:VIDEO_CALL
}){
success
message
appointment{
id
start
end
title
appointmentType{
title
id
}
}
}
}Last updated
Was this helpful?