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