INPUT_OBJECT
DisplayCreateInput
link GraphQL Schema definition
1 input DisplayCreateInput { 2 3 StoreInput! : 4 5 ProductInput! : 6 7 String! : 8 9 Status! : 10 11 # If not provided, it will be auto-generated based on display name. 12 String : 13 14 Int : 15 16 Int : 17 18 String : 19 20 String : 21 22 String : 23 24 String : 25 26 String : 27 28 String : 29 30 String!] : [ 31 32 CategoryInput : 33 34 CategoryInput!] : [ 35 36 MarketInput!] : [ 37 38 ProductMediaAddInput!] : [ 39 40 ProductVariantAddInput!] : [ 41 42 TaxGroupInput : 43 }