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
interfaceMediaGalleryInterface@doc(description: "Contains basic information about a product image or video.") @typeResolver(class: "Magento\\CatalogGraphQl\\Model\\MediaGalleryTypeResolver") {
189
+
url: String@doc(description: "The URL of the product image or video.") @resolver(class: "Magento\\CatalogGraphQl\\Model\\Resolver\\Product\\MediaGallery\\Url")
190
+
label: String@doc(description: "The label of the product image or video.") @resolver(class: "Magento\\CatalogGraphQl\\Model\\Resolver\\Product\\MediaGallery\\Label")
191
191
}
192
192
193
193
typeProductImageimplementsMediaGalleryInterface@doc(description: "Product image information. Contains the image URL and label.") {
@@ -419,5 +419,5 @@ type StoreConfig @doc(description: "The type contains information about a store
419
419
}
420
420
421
421
typeProductVideo@doc(description: "Contains information about a product video.") implementsMediaGalleryInterface {
0 commit comments