OBJECT
OpeningDay
link GraphQL Schema definition
1 type OpeningDay { 2 OpeningDayType! : 3 4 Date : 5 6 Boolean! : 7 8 # All elements are always returned 9 OpeningHours!]! : [ 10 11 }
OBJECT
1 type OpeningDay { 2 OpeningDayType! : 3 4 Date : 5 6 Boolean! : 7 8 # All elements are always returned 9 OpeningHours!]! : [ 10 11 }