INPUT_OBJECT
ShippingOptionCreateInput
link GraphQL Schema definition
1 input ShippingOptionCreateInput { 2 3 : String! 4 5 : Status! 6 7 : String! 8 9 : StoreType! 10 11 : String 12 13 # If not provided, it will be auto-generated based on name. 14 : String 15 16 : Boolean! 17 18 : [StoreInput!] 19 20 # Exactly one input field should be provided 21 : [MarketInput!] 22 23 : [ShippingGroupAddInput!] 24 }