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: String@doc(description: "The relative path to the small image, which is used on catalog pages")
262
-
small_image_url: String@doc(description: "The small image URL, which is used on catalog pages") @resolver(class: "Magento\\CatalogGraphQl\\Model\\Resolver\\Product\\SmallImageUrl")
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")
263
262
thumbnail: String@doc(description: "The relative path to the product's thumbnail image")
264
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")
265
264
new_to_date: String@doc(description: "The end date for new product listings") @resolver(class: "Magento\\CatalogGraphQl\\Model\\Resolver\\Product\\NewFromTo")
@@ -353,6 +352,11 @@ type CustomizableFileValue @doc(description: "CustomizableFileValue defines the
353
352
image_size_y: Int@doc(description: "The maximum height of an image")
interfaceCustomizableOptionInterface@typeResolver(class: "Magento\\CatalogGraphQl\\Model\\CustomizableOptionTypeResolver") @doc(description: "The CustomizableOptionInterface contains basic information about a customizable option. It can be implemented by several types of configurable options.") {
357
361
title: String@doc(description: "The display name for this option")
358
362
required: Boolean@doc(description: "Indicates whether the option is required")
@@ -541,6 +545,6 @@ type SortField {
541
545
}
542
546
543
547
typeSortFields@doc(description: "SortFields contains a default value for sort fields and all available sort fields") {
544
-
default: String@doc(description: "Default value of sort fields")
548
+
default: String@doc(description: "Default value of sort fields")
0 commit comments