You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: app/code/Magento/CatalogGraphQl/Model/Resolver/Products/DataProvider/Product/CollectionProcessor/RequiredColumnsProcessor.php
new_from_date: String@doc(description: "The beginning date for new product listings, and determines if the product is featured as a new product") @resolver(class: "Magento\\CatalogGraphQl\\Model\\Resolver\\Product\\NewFromTo")
264
264
new_to_date: String@doc(description: "The end date for new product listings") @resolver(class: "Magento\\CatalogGraphQl\\Model\\Resolver\\Product\\NewFromTo")
265
265
tier_price: Float@doc(description: "The price when tier pricing is in effect and the items purchased threshold has been reached")
266
-
custom_design: String@doc(description: "A theme that can be applied to the product page")
267
-
custom_design_from: String@doc(description: "The beginning date when a theme is applied to the product page")
268
-
custom_design_to: String@doc(description: "The date at which a theme is no longer applied to the product page")
269
266
custom_layout_update: String@doc(description: "XML code that is applied as a layout update to the product page")
270
267
custom_layout: String@doc(description: "The name of a custom layout")
271
-
page_layout: String@doc(description: "The page layout of the product page. Values are 1column-center, 2columns-left, 2columns-right, and 3columns")
272
268
category_ids: [Int] @doc(description: "An array of category IDs the product belongs to")
273
269
options_container: String@doc(description: "If the product has multiple options, determines where they appear on the product page")
274
270
image_label: String@doc(description: "The label assigned to a product image")
updated_at: String@doc(description: "Timestamp indicating when the product was updated")
279
275
country_of_manufacture: String@doc(description: "The product's country of origin")
280
276
type_id: String@doc(description: "One of simple, virtual, bundle, downloadable, grouped, or configurable")
281
-
website_ids: [Int] @doc(description: "An array of website IDs in which the product is available")
277
+
websites: [Website] @doc(description: "An array of websites in which the product is available") @resolver(class: "Magento\\CatalogGraphQl\\Model\\Resolver\\Product\\Websites")
282
278
product_links: [ProductLinksInterface] @doc(description: "An array of ProductLinks objects") @resolver(class: "Magento\\CatalogGraphQl\\Model\\Resolver\\Product\\ProductLinks")
283
279
media_gallery_entries: [MediaGalleryEntry] @doc(description: "An array of MediaGalleryEntry objects") @resolver(class: "Magento\\CatalogGraphQl\\Model\\Resolver\\Product\\MediaGalleryEntries")
284
280
tier_prices: [ProductTierPrices] @doc(description: "An array of ProductTierPrices objects") @resolver(class: "Magento\\CatalogGraphQl\\Model\\Resolver\\Product\\TierPrices")
tier_price: FilterTypeInput@doc(description: "The price when tier pricing is in effect and the items purchased threshold has been reached")
441
437
news_from_date: FilterTypeInput@doc(description: "The beginning date for new product listings, and determines if the product is featured as a new product")
442
438
news_to_date: FilterTypeInput@doc(description: "The end date for new product listings")
443
-
custom_design: FilterTypeInput@doc(description: "A theme that can be applied to the product page")
444
-
custom_design_from: FilterTypeInput@doc(description: "The beginning date when a theme is applied to the product page")
445
-
custom_design_to: FilterTypeInput@doc(description: "The date at which a theme is no longer applied to the product page")
446
439
custom_layout_update: FilterTypeInput@doc(description: "XML code that is applied as a layout update to the product page")
447
440
min_price: FilterTypeInput@doc(description:"The numeric minimal price of the product. Do not include the currency code.")
448
441
max_price: FilterTypeInput@doc(description:"The numeric maximal price of the product. Do not include the currency code.")
449
442
special_price: FilterTypeInput@doc(description:"The numeric special price of the product. Do not include the currency code.")
450
-
page_layout: FilterTypeInput@doc(description: "The page layout of the product page. Values are 1column-center, 2columns-left, 2columns-right, and 3columns")
451
443
category_ids: FilterTypeInput@doc(description: "An array of category IDs the product belongs to")
452
444
options_container: FilterTypeInput@doc(description: "If the product has multiple options, determines where they appear on the product page")
453
445
required_options: FilterTypeInput@doc(description: "Indicates whether the product has required options")
0 commit comments