We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d9fab4 commit 1c7c6fbCopy full SHA for 1c7c6fb
dev/tests/api-functional/testsuite/Magento/GraphQl/Catalog/ProductViewTest.php
@@ -452,9 +452,7 @@ public function testQueryMediaGalleryEntryFieldsSimpleProduct()
452
}
453
short_description
454
sku
455
- small_image {
456
- path
457
- }
+ small_image
458
small_image_label
459
special_from_date
460
special_price
@@ -485,7 +483,7 @@ public function testQueryMediaGalleryEntryFieldsSimpleProduct()
485
483
QUERY;
486
484
487
$response = $this->graphQlQuery($query);
488
-
+
489
/**
490
* @var ProductRepositoryInterface $productRepository
491
*/
0 commit comments