Skip to main content

bookAppointment

GraphQL Schema

extend type mutation {
bookAppointment(input: BookAppointmentInput!): BookAppointmentPayload!
}

Arguments

NameTypeDescription
input[BookAppointmentInput!](/04-reference/05-Input Objects/BookAppointmentInput.mdx)

Response Shape

This mutation returns BookAppointmentPayload!

NameTypeDescription
successBoolean!Whether the mutation was successful
errorErrorTypeError information
appointmentAppointment