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
input AppointmentFilter {
  start: Date!
  end: Date!
  assignee: [ID!]
}

Fields

AppointmentFilter.start ● Date! non-null scalar

AppointmentFilter.end ● Date! non-null scalar

AppointmentFilter.assignee ● [ID!] list scalar

Member Of

ticketSearch query