OBJECT
Display
link GraphQL Schema definition
1 type Display implements ObjectWithAttributes, ObjectWithTranslations, 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"): DateTimeTz! ( : 33 34 # Required permission: Display.attributes:read 35 # 36 # All elements are always returned 37 Attribute!]! : [ 38 39 # Required permission: Category:read 40 # 41 # Limit is optional 42 # 43 # Store restrictions apply. 44 # 45 # Arguments 46 # where: (self-explanatory) 47 # sort: (self-explanatory) 48 # limit: (self-explanatory) 49 # page: (self-explanatory) 50 CategoryFilter, : [CategorySort!] = [customOrder_ASC], : Int, : Int): [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 CampaignVariantFilter, : [CampaignVariantSort!] = [id_ASC], : Int = 20, : Int = 1): [CampaignVariant!]! ( : 69 70 # Required permission: Display:read 71 # 72 # All elements are always returned 73 # 74 # Store restrictions apply. 75 DisplayItem!]! : [ 76 77 # Required permission: Translation:read 78 # 79 # All elements are always returned 80 # 81 # Arguments 82 # where: (self-explanatory) 83 TranslationFilter): [LanguageTranslation!]! ( : 84 85 # Required permission: Market:read 86 # 87 # Limit is optional 88 # 89 # Store restrictions apply. 90 # 91 # Arguments 92 # where: (self-explanatory) 93 # sort: (self-explanatory) 94 # limit: (self-explanatory) 95 # page: (self-explanatory) 96 MarketFilter, : [MarketSort!] = [id_ASC], : Int, : Int): [Market!]! ( : 97 98 # Required permission: ProductMedia:read 99 # 100 # Limit is optional 101 # 102 # Arguments 103 # where: (self-explanatory) 104 # sort: (self-explanatory) 105 # limit: (self-explanatory) 106 # page: (self-explanatory) 107 ProductMediaFilter, : [ProductMediaSort!], : Int, : Int): [ProductMedia!]! ( : 108 109 # Required permission: Price:read 110 # 111 # Limit is optional 112 # 113 # Store restrictions apply. 114 # 115 # Arguments 116 # where: (self-explanatory) 117 # sort: (self-explanatory) 118 # limit: (self-explanatory) 119 # page: (self-explanatory) 120 PriceFilter, : [PriceSort!] = [productId_ASC, productVariantId_ASC], : Int, : Int): [Price!]! ( : 121 122 # Required permission: Product:read 123 Product! : 124 125 # Required permission: ProductVariant:read 126 # 127 # Limit is optional 128 # 129 # Arguments 130 # where: (self-explanatory) 131 # sort: (self-explanatory) 132 # limit: (self-explanatory) 133 # page: (self-explanatory) 134 ProductVariantFilter, : [ProductVariantSort!] = [id_ASC], : Int, : Int): [ProductVariant!]! ( : 135 136 # Required permission: Display:read 137 # 138 # All elements are always returned 139 DisplayRelation!]! : [ 140 141 # Required permission: Store:read 142 # 143 # Store restrictions apply. 144 Store! : 145 146 # Required permission: TaxRule:read 147 TaxGroup : 148 149 }
link Required by
- BundleItemOrderLine
- BundleOrderLine
- DisplayCreatePayload
- DisplayEdge
- DisplayItem
- DisplayRelation
- DisplayRelationAddPayload
- DisplayRelationRemovePayload
- DisplayUpdatePayload
- EventTarget Contains object types, which are possible values of EventObjectType, with interfaces resolved to concrete types
- GiftCertificateOrderLine
- Market
- OrderLine
- Product
- ProductOrderLine
- ProductVariant
- Query The main queries are here, click to expand