This repository was archived by the owner on Dec 19, 2019. It is now read-only.
This repository was archived by the owner on Dec 19, 2019. It is now read-only.
Return resized image paths #4
Closed
Description
As a Magento developer, I need GraphQL API to return resized image paths so that I can render storefront experiences with correctly sized images.
Acceptance criteria:
- GraphQL returns original image paths
- GraphQL returns resized image paths if the images have been resized
- Changes are covered with web API functional tests. See \Magento\GraphQl\Catalog\ProductViewTest::testQueryAllFieldsSimpleProduct as an example.