PlaceHoursForDay: {
    __typename?: "PlaceHoursForDay";
    date: Scalars["String"];
    intervals: PlaceHoursInterval[];
    publicHolidays: Scalars["String"][];
}

The opening hour for a place on a specific day

Type declaration

  • Optional __typename?: "PlaceHoursForDay"
  • date: Scalars["String"]

    The date of the day. A full ISO 8061 formatted datetime corresponding to 12:00 am local time.

  • intervals: PlaceHoursInterval[]

    The opening hour intervals for this day.

  • publicHolidays: Scalars["String"][]

    The name of any public holidays on this day.

Generated using TypeDoc