INPUT_OBJECT
ShippingOptionUpdateInput
link GraphQL Schema definition
1 input ShippingOptionUpdateInput { 2 3 : String 4 5 : Status 6 7 : String 8 9 : String 10 11 : String 12 13 : Boolean 14 15 : [StoreInput!] 16 17 : [StoreInput!] 18 19 # Exactly one input field should be provided 20 : [MarketInput!] 21 22 # Exactly one input field should be provided 23 : [MarketInput!] 24 25 : [ShippingGroupAddInput!] 26 27 : [ShippingGroupUpdateInput!] 28 29 : [ShippingGroupInput!] 30 }