We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3196ebc commit ddb64a5Copy full SHA for ddb64a5
app/code/Magento/CatalogGraphQl/Model/Resolver/Product/ProductImage/Label.php
@@ -80,6 +80,8 @@ public function resolve(
80
}
81
82
/**
83
+ * Get attribute value
84
+ *
85
* @param int $productId
86
* @param string $attributeCode
87
* @return null|string Null if attribute value is not exists
app/code/Magento/CatalogGraphQl/Model/Resolver/Product/ProductImage/Url.php
@@ -60,6 +60,8 @@ public function resolve(
60
61
62
63
+ * Get image url
64
65
* @param string $imageType
66
* @param string|null $imagePath Null if image is not set
67
* @return string
0 commit comments