Open drazulay opened 1 month ago
Hi @drazulay. Thank you for your report. To speed up processing of this issue, make sure that the issue is reproducible on the vanilla Magento instance following Steps to reproduce.
@magento I am working on this
Join Magento Community Engineering Slack and ask your questions in #github channel. :warning: According to the Magento Contribution requirements, all issues must go through the Community Contributions Triage process. Community Contributions Triage is a public meeting. :clock10: You can find the schedule on the Magento Community Calendar page. :telephone_receiver: The triage of issues happens in the queue order. If you want to speed up the delivery of your contribution, join the Community Contributions Triage session to discuss the appropriate ticket.
Hi @engcom-Delta. Thank you for working on this issue. In order to make sure that issue has enough information and ready for development, please read and check the following instruction: :point_down:
Area: XXXXX
label to the ticket, indicating the functional areas it may be related to.2.4-develop
branch2.4-develop
branch, please, add the label Reproduced on 2.4.x
.Issue: Confirmed
once verification is complete.
Preconditions and environment
Steps to reproduce
The following GraphQL query is used to retrieve information about products and layered navigation filters:
Where
aggregations->options->swatch
has been defined as an extension ofAggregationOptionInterface
in the file<module>/etc/schema.graphqls
:Expected result
The swatch information is returned as an array with 2 members (
value
andlabel
), as defined in<module>/etc/schema.graphqls
:Actual result
The swatch information which should be an array with 2 members, is converted to
null
whenever I query the GraphQL api: