INPUT_OBJECT
PricelistCreateInput
link GraphQL Schema definition
1 input PricelistCreateInput { 2 3 : String! 4 5 : Status! 6 7 : String 8 9 : String! 10 11 : StoreInput! 12 13 : ShippingOptionInput 14 15 # Countries are accepted only for DIRECT_TO_CONSUMER pricelists. 16 # 17 # Exactly one input field should be provided 18 : [CountryInput!] 19 20 # Assign an external ID to reference this object by it later 21 : String 22 }