-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Adding separate query for products by id in GraphQL different from search #28578
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hi @magento-engcom-team. Thank you for your report.
Please make sure that the issue is reproducible on the vanilla Magento instance following Steps to reproduce. To deploy vanilla Magento instance on our environment, please, add a comment to the issue:
For more details, please, review the Magento Contributor Assistant documentation. Please, add a comment to assign the issue:
|
Hi @paliarush. Thank you for working on this issue.
|
Hi @serhiyzhovnir. Thank you for working on this issue.
|
Hi @rogyar. Thank you for working on this issue.
|
@serhiyzhovnir @rogyar @paliarush This is another issue for this PR #28316 |
@magento export issue to Jira project MCLOUD as Story |
✅ Jira issue (https://jira.corp.magento.com/browse/MCLOUD-7743) is successfully created for this issue. |
instead of adding a specific query for product by Id we want to do this: magento/architecture#477 |
@magento-engcom-team & @cpartica As we have PR to address this issue, can we close this issue. |
Hi @engcom-Hotel. Thank you for working on this issue.
|
Dear @magento-engcom-team & @cpartica, We have noticed that this issue has not been updated for a period of 14 Days. Hence we assume that this issue is fixed now, so we are closing it. Please raise a fresh ticket or reopen this ticket if you need more assistance on this. Regards |
In order to load a Template, one must make a query to the urlResolver to obtain the id, uid and type of the content.
i.e.
Note: This is the flow for loading the other two types: CMS_PAGE and CATEGORY.
AC:
New query must be added this scenario is not going to use Search API.
Query must support tagging a caching
Multiple IDs can be passed to the filter to obey some scenarios in which we need to display multiple products like: product compare, or multiple specific products, etc
Check the attached PR as a solution and add additional changes
The text was updated successfully, but these errors were encountered: