Skip to main content

AppointmentCreate

Create a new Appointment resource.

Mutation

mutation AppointmentCreate($input: AppointmentCreateInput!) {
AppointmentCreate(input: $input) {
id
}
}

Input

Return Type

Returns the created Appointment resource.