This repository has been archived by the owner on Dec 19, 2019. It is now read-only.
Product media_gallery_entries / types only present if image, thumbnail, small_image is requested #612
Labels
bug
Something isn't working
Component: CatalogGraphQl
magento-core
Epics and issues assigned to Magento core team members.
Milestone
A query for media_gallery_entries / types of a product should always return the correct types of a gallery asset entry. This is currently broken, types are only returned if image, thumbnail, small_image are requested as well. Tested with 2.3.1.
Preconditions (*)
Tested with 2.3.1.
Steps to reproduce (*)
Query 1:
Result: types are present in the response
Query 2:
Result: types are missing in the response, arrays are all empty. For example:
Expected result (*)
The media_gallery_entries - types array is correct, also if one does not explicitly query for image, thumbnail or small_image.
The text was updated successfully, but these errors were encountered: