Skip to content

createAppointmentType

create Appointment Type

Arguments

input · createAppointmentTypeInput · Parameters for createAppointmentType

Returns

createAppointmentTypePayload

Example

mutation createAppointmentType($input: createAppointmentTypeInput) {
createAppointmentType(input: $input) {
appointmentType
messages
}
}