OBJECT
Display
link GraphQL Schema definition
1 type Display implements ObjectWithAttributes, ObjectWithTranslations { 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 : Int!  31 32 # Arguments 33 #   format: ISO-8601 34 (: String = "Y-m-d\\TH:i:sP"): DateTimeTz!  35 36 #   Required permission: Display.attributes:read 37 #  38 #   All elements are always returned 39 #  40 # Arguments 41 #   where: (self-explanatory) 42 (: AssignedAttributeFilter): [Attribute!]!  43 44 #   Required permission: Category:read 45 #  46 #   Limit is optional 47 #  48 #   Store restrictions apply. 49 #  50 # Arguments 51 #   where: (self-explanatory) 52 #   sort: (self-explanatory) 53 #   limit: (self-explanatory) 54 #   page: (self-explanatory) 55 (: CategoryFilter, : [CategorySort!] = [customOrder_ASC], : Int, : Int): [Category!]!  56 57 #   Required permission: Category:read 58 #  59 #   Store restrictions apply. 60 : Category  61 62 #   Required permission: Campaign:read 63 #  64 #   Limit must be in range 1 - 200 65 #  66 #   Store restrictions apply. 67 #  68 # Arguments 69 #   where: (self-explanatory) 70 #   sort: (self-explanatory) 71 #   limit: (self-explanatory) 72 #   page: (self-explanatory) 73 (: CampaignVariantFilter, : [CampaignVariantSort!] = [id_ASC], : Int = 20, : Int = 1): [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: Translation:read 83 #  84 #   All elements are always returned 85 #  86 # Arguments 87 #   where: (self-explanatory) 88 (: TranslationFilter): [LanguageTranslation!]!  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: Price:read 128 #  129 #   Limit is optional 130 #  131 #   Store restrictions apply. 132 #  133 # Arguments 134 #   where: (self-explanatory) 135 #   sort: (self-explanatory) 136 #   limit: (self-explanatory) 137 #   page: (self-explanatory) 138 (: LowestPriceFilter, : [LowestPriceSort!] = [productVariantId_ASC, pricelistId_ASC], : Int, : Int): [LowestPrice!]!  139 140 #   Required permission: Product:read 141 : Product!  142 143 #   Required permission: ProductVariant:read 144 #  145 #   Limit is optional 146 #  147 # Arguments 148 #   where: (self-explanatory) 149 #   sort: (self-explanatory) 150 #   limit: (self-explanatory) 151 #   page: (self-explanatory) 152 (: ProductVariantFilter, : [ProductVariantSort!] = [id_ASC], : Int, : Int): [ProductVariant!]!  153 154 #   Required permission: Display:read 155 #  156 #   All elements are always returned 157 : [DisplayRelation!]!  158 159 #   Required permission: Store:read 160 #  161 #   Store restrictions apply. 162 : Store!  163 164 #   Required permission: TaxRule:read 165 : TaxGroup  166 167 } 
              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