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
meta_keyword: String@doc(description: "A comma-separated list of keywords that are visible only to search engines")
259
259
meta_description: String@doc(description: "A brief overview of the product for search results listings, maximum 255 characters")
260
260
image: String@doc(description: "The relative path to the main image on the product page")
261
-
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\\SmallImage")
261
+
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\\Image")
262
262
thumbnail: String@doc(description: "The relative path to the product's thumbnail image")
263
263
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")
0 commit comments