OBJECT
DeliveryWindowVariantsSetPayload
link GraphQL Schema definition
1 type DeliveryWindowVariantsSetPayload implements Payload { 2 # Required permission: DeliveryWindow:read 3 # 4 # Store restrictions apply. 5 : DeliveryWindow 6 7 : [UserError!]! 8 9 : [UserWarning!]! 10 11 }