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
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
266
options_container: String@doc(description: "If the product has multiple options, determines where they appear on the product page")
267
-
image_label: String@doc(description: "The label assigned to a product image")
268
-
small_image_label: String@doc(description: "The label assigned to a product's small image")
269
-
thumbnail_label: String@doc(description: "The label assigned to a product's thumbnail image")
270
267
created_at: String@doc(description: "Timestamp indicating when the product was created")
271
268
updated_at: String@doc(description: "Timestamp indicating when the product was updated")
272
269
country_of_manufacture: String@doc(description: "The product's country of origin")
@@ -352,9 +349,10 @@ type CustomizableFileValue @doc(description: "CustomizableFileValue defines the
352
349
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.") {
0 commit comments