Skip to main content

OpenHours

Representation of openeing hours of an establishment

type OpenHours {
day: String
open: String
close: String
}

Fields

day ● String

The day of the opening hours

open ● String

At what time does the pickup location open

close ● String

At what time does the pickup location close

Example

{}