createAppointment
No description
createAppointment(
input: CreateAppointmentInput!
): Appointment!
Arguments
createAppointment.input
● CreateAppointmentInput!
non-null input
Type
Appointment
object
Appointment(id, title, slug, invite_only, start_date_time, end_date_time, location, geolocation, location_details, video_call_link, description, thumbnail, thumbnail_blurhash, permission, space, creator, created, modified, is_deleted, deleted_at)