OBJECT
DeliveryWindowGroup
link GraphQL Schema definition
1 type DeliveryWindowGroup { 2 : Int! 3 4 : String! 5 6 : Int! 7 8 # Required permission: DeliveryWindow:read 9 # 10 # All elements are always returned 11 # 12 # Store restrictions apply. 13 # 14 # Arguments 15 # where: (self-explanatory) 16 # sort: (self-explanatory) 17 (: DeliveryWindowFilter, : [DeliveryWindowSort!] = [customOrder_ASC]): [DeliveryWindow!]! 18 19 : String 20 21 }