OBJECT
Display
link GraphQL Schema definition
1 type Display implements Localizable { 2 Int! : 3 4 String! : 5 6 Status! : 7 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 # Required permission: Display.comment:read 25 String : 26 27 # All elements are always returned 28 String!]! : [ 29 30 # Arguments 31 # format: ISO-8601 32 String = "Y-m-d\\TH:i:sP"): String! ( : 33 34 # Required permission: Category:read 35 # 36 # Limit is optional 37 # 38 # Store restrictions apply. 39 # 40 # Arguments 41 # where: (self-explanatory) 42 # sort: (self-explanatory) 43 # limit: (self-explanatory) 44 # page: (self-explanatory) 45 ( 46 CategoryFilter, : 47 CategorySort!] = [customOrder_ASC], : [ 48 Int, : 49 Int : 50 ): [Category!]! 51 52 # Required permission: Category:read 53 # 54 # Store restrictions apply. 55 Category : 56 57 # Required permission: Campaign:read 58 # 59 # Limit must be in range 1 - 200 60 # 61 # Store restrictions apply. 62 # 63 # Arguments 64 # where: (self-explanatory) 65 # sort: (self-explanatory) 66 # limit: (self-explanatory) 67 # page: (self-explanatory) 68 ( 69 CampaignVariantFilter, : 70 CampaignVariantSort!] = [id_ASC], : [ 71 Int = 20, : 72 Int = 1 : 73 ): [CampaignVariant!]! 74 75 # Required permission: Display:read 76 # 77 # All elements are always returned 78 # 79 # Store restrictions apply. 80 DisplayItem!]! : [ 81 82 # Required permission: Localization:read 83 # 84 # All elements are always returned 85 # 86 # Arguments 87 # where: (self-explanatory) 88 LocalizationFilter): [Localization!]! ( : 89 90 # Required permission: Market:read 91 # 92 # Limit is optional 93 # 94 # Store restrictions apply. 95 # 96 # Arguments 97 # where: (self-explanatory) 98 # sort: (self-explanatory) 99 # limit: (self-explanatory) 100 # page: (self-explanatory) 101 MarketFilter, : [MarketSort!] = [id_ASC], : Int, : Int): [Market!]! ( : 102 103 # Required permission: ProductMedia:read 104 # 105 # Limit is optional 106 # 107 # Arguments 108 # where: (self-explanatory) 109 # sort: (self-explanatory) 110 # limit: (self-explanatory) 111 # page: (self-explanatory) 112 ProductMediaFilter, : [ProductMediaSort!], : Int, : Int): [ProductMedia!]! ( : 113 114 # Required permission: Price:read 115 # 116 # Limit is optional 117 # 118 # Store restrictions apply. 119 # 120 # Arguments 121 # where: (self-explanatory) 122 # sort: (self-explanatory) 123 # limit: (self-explanatory) 124 # page: (self-explanatory) 125 PriceFilter, : [PriceSort!] = [productId_ASC, productVariantId_ASC], : Int, : Int): [Price!]! ( : 126 127 # Required permission: Product:read 128 Product! : 129 130 # Required permission: ProductVariant:read 131 # 132 # Limit is optional 133 # 134 # Arguments 135 # where: (self-explanatory) 136 # sort: (self-explanatory) 137 # limit: (self-explanatory) 138 # page: (self-explanatory) 139 ( 140 ProductVariantFilter, : 141 ProductVariantSort!] = [id_ASC], : [ 142 Int, : 143 Int : 144 ): [ProductVariant!]! 145 146 # Required permission: Display:read 147 # 148 # All elements are always returned 149 DisplayRelation!]! : [ 150 151 # Required permission: Store:read 152 # 153 # Store restrictions apply. 154 Store! : 155 156 # Required permission: TaxRule:read 157 TaxGroup : 158 159 }
link Required by
- BundleItemOrderLine
- BundleOrderLine
- DisplayCreatePayload
- DisplayEdge
- DisplayItem
- DisplayRelation
- DisplayRelationAddPayload
- DisplayRelationRemovePayload
- DisplayUpdatePayload
- GiftCertificateOrderLine
- Market
- OrderLine
- Product
- ProductOrderLine
- ProductVariant
- Query The main queries are here, click to expand