BusinessHours
No description
type BusinessHours {
dayOfWeek: Float!
openingTime: String
closingTime: String
lunchBeakStartTime: String
lunchBeakEndTime: String
}
Fields
BusinessHours.dayOfWeek
● Float!
non-null scalar
BusinessHours.openingTime
● String
scalar
BusinessHours.closingTime
● String
scalar
BusinessHours.lunchBeakStartTime
● String
scalar
BusinessHours.lunchBeakEndTime
● String
scalar
Member Of
Warehouse
object