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 OpeningHoursException {
  date: LocalDate!
  closed: Boolean!
  closedReason: String
  businessHours: [BusinessHours!]
}

Fields

OpeningHoursException.date ● LocalDate! non-null scalar

OpeningHoursException.closed ● Boolean! non-null scalar

OpeningHoursException.closedReason ● String scalar

OpeningHoursException.businessHours ● [BusinessHours!] list object

Member Of

Location object