INPUT_OBJECT
DisplayUpdateInput
link GraphQL Schema definition
1 input DisplayUpdateInput { 2 3 String : 4 5 Status : 6 7 # If empty string is provided, it will be auto-generated based on display name. 8 String : 9 10 Int : 11 12 Int : 13 14 String : 15 16 String : 17 18 String : 19 20 String : 21 22 String : 23 24 String : 25 26 String!] : [ 27 28 CategoryInput : 29 30 CategoryInput!] : [ 31 32 CategoryInput!] : [ 33 34 # Exactly one input field should be provided 35 MarketInput!] : [ 36 37 # Exactly one input field should be provided 38 MarketInput!] : [ 39 40 ProductMediaAddInput!] : [ 41 42 ProductMediaInput!] : [ 43 44 ProductVariantAddInput!] : [ 45 46 # Exactly one input field should be provided 47 ProductVariantInput!] : [ 48 49 TaxGroupInput : 50 }