INPUT_OBJECT
MarketUpdateInput
link GraphQL Schema definition
1 input MarketUpdateInput { 2 3 String : 4 5 String : 6 7 # Used only when assigned store is of type DIRECT_TO_CONSUMER 8 # 9 # Exactly one input field should be provided 10 CountryInput!] : [ 11 12 # Exactly one input field should be provided 13 CountryInput!] : [ 14 15 # Assign an external ID to reference this object by it later 16 String : 17 }