OBJECT

OpeningHours

link GraphQL Schema definition

1type OpeningHours {
2start: String!
3
4end: String!
5
6}