Skip to main content

Documentation Index

Fetch the complete documentation index at: https://developer.qminder.com/llms.txt

Use this file to discover all available pages before exploring further.

No description
type Appointment {
  startTime: Date!
  endTime: Date!
  assignee: User!
}

Fields

Appointment.startTime ● Date! non-null scalar

Appointment.endTime ● Date! non-null scalar

Appointment.assignee ● User! non-null object

Returned By

appointmentChanged subscription

Member Of

Ticket object