BusinessHour
Business hours for a day
type BusinessHour {
closeTime: String
day: String!
isClosed: Boolean!
openTime: String
}
Fields
BusinessHour.closeTime ● String scalar
Closing time (HH:MM format)
BusinessHour.day ● String! non-null scalar
Day of week (monday, tuesday, etc.)
BusinessHour.isClosed ● Boolean! non-null scalar
Whether the shop is closed this day
BusinessHour.openTime ● String scalar
Opening time (HH:MM format)
Member Of
Shop object