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
description: ComplexTextValue@doc(description: "Detailed information about the product. The value can include simple HTML tags.") @resolver(class: "\\Magento\\CatalogGraphQl\\Model\\Resolver\\Product\\ProductComplexTextAttribute")
91
91
short_description: ComplexTextValue@doc(description: "A short description of the product. Its use depends on the theme.") @resolver(class: "\\Magento\\CatalogGraphQl\\Model\\Resolver\\Product\\ProductComplexTextAttribute")
92
92
special_price: Float@doc(description: "The discounted price of the product.") @resolver(class: "Magento\\CatalogGraphQl\\Model\\Resolver\\Product\\SpecialPrice")
93
-
special_from_date: String@doc(description: "The beginning date that a product has a special price.")
93
+
special_from_date: String@deprecated(reason: "The field should not be used on the storefront.") @doc(description: "The beginning date that a product has a special price.")
94
94
special_to_date: String@doc(description: "The end date that a product has a special price.")
95
-
attribute_set_id: Int@doc(description: "The attribute set assigned to the product.")
95
+
attribute_set_id: Int@deprecated(reason: "The field should not be used on the storefront.") @doc(description: "The attribute set assigned to the product.")
96
96
meta_title: String@doc(description: "A string that is displayed in the title bar and tab of the browser and in search results lists.")
97
97
meta_keyword: String@doc(description: "A comma-separated list of keywords that are visible only to search engines.")
98
98
meta_description: String@doc(description: "A brief overview of the product for search results listings, maximum 255 characters.")
99
99
image: ProductImage@doc(description: "The relative path to the main image on the product page.") @resolver(class: "Magento\\CatalogGraphQl\\Model\\Resolver\\Product\\ProductImage")
100
100
small_image: ProductImage@doc(description: "The relative path to the small image, which is used on catalog pages.") @resolver(class: "Magento\\CatalogGraphQl\\Model\\Resolver\\Product\\ProductImage")
101
101
thumbnail: ProductImage@doc(description: "The relative path to the product's thumbnail image.") @resolver(class: "Magento\\CatalogGraphQl\\Model\\Resolver\\Product\\ProductImage")
102
-
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")
103
-
new_to_date: String@doc(description: "The end date for new product listings.") @resolver(class: "Magento\\CatalogGraphQl\\Model\\Resolver\\Product\\NewFromTo")
102
+
new_from_date: String@deprecated(reason: "The field should not be used on the storefront.") @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")
103
+
new_to_date: String@deprecated(reason: "The field should not be used on the storefront.") @doc(description: "The end date for new product listings.") @resolver(class: "Magento\\CatalogGraphQl\\Model\\Resolver\\Product\\NewFromTo")
104
104
tier_price: Float@deprecated(reason: "Use price_tiers for product tier price information.") @doc(description: "The price when tier pricing is in effect and the items purchased threshold has been reached.")
105
105
options_container: String@doc(description: "If the product has multiple options, determines where they appear on the product page.")
106
-
created_at: String@doc(description: "Timestamp indicating when the product was created.")
107
-
updated_at: String@doc(description: "Timestamp indicating when the product was updated.")
106
+
created_at: String@deprecated(reason: "The field should not be used on the storefront.") @doc(description: "Timestamp indicating when the product was created.")
107
+
updated_at: String@deprecated(reason: "The field should not be used on the storefront.") @doc(description: "Timestamp indicating when the product was updated.")
108
108
country_of_manufacture: String@doc(description: "The product's country of origin.")
109
109
type_id: String@doc(description: "One of simple, virtual, bundle, downloadable, grouped, or configurable.") @deprecated(reason: "Use __typename instead.")
110
110
websites: [Website] @doc(description: "An array of websites in which the product is available.") @deprecated(reason: "The field should not be used on the storefront.") @resolver(class: "Magento\\CatalogGraphQl\\Model\\Resolver\\Product\\Websites")
canonical_url: String@doc(description: "Relative canonical URL. This value is returned only if the system setting 'Use Canonical Link Meta Tag For Categories' is enabled") @resolver(class: "Magento\\CatalogGraphQl\\Model\\Resolver\\Category\\CanonicalUrl")
253
253
position: Int@doc(description: "The position of the category relative to other categories at the same level in tree.")
254
254
level: Int@doc(description: "Indicates the depth of the category within the tree.")
255
-
created_at: String@doc(description: "Timestamp indicating when the category was created.")
256
-
updated_at: String@doc(description: "Timestamp indicating when the category was updated.")
255
+
created_at: String@deprecated(reason: "The field should not be used on the storefront.") @doc(description: "Timestamp indicating when the category was created.")
256
+
updated_at: String@deprecated(reason: "The field should not be used on the storefront.") @doc(description: "Timestamp indicating when the category was updated.")
257
257
product_count: Int@doc(description: "The number of products in the category that are marked as visible. By default, in complex products, parent products are visible, but their child products are not.") @resolver(class: "Magento\\CatalogGraphQl\\Model\\Resolver\\Category\\ProductsCount")
258
258
default_sort_by: String@doc(description: "The attribute to use for sorting.")
0 commit comments