Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Date without time component
yyyy-MM-dd
# Query opening hours exceptions query { location(id: "123") { openingHoursExceptions2 { date # Returns LocalDate closed } } }
// Response { "openingHoursExceptions2": [ { "date": "2024-12-25", "closed": true } ] }
scalar LocalDate
OpeningHoursException
UserAppointmentsScheduleOverride