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