-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
Missing store_name in GraphQl Resolver #27952
Comments
Hi @sunel. 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. @sunel do you confirm that you were able to reproduce the issue on vanilla Magento instance following steps to reproduce?
|
I am working on this issue |
Hi @danielrenaud. Thank you for working on this issue.
|
Hi @sasha19957099. Thank you for working on this issue.
|
…ependencies() fix
…nts with class names
…nts with class name
…ebsite - Fixed merge conflicts with #27952
Preconditions (*)
Steps to reproduce (*)
Expected result (*)
Actual result (*)
As Mentioned in schema 'store_name' can be queried
magento2/app/code/Magento/StoreGraphQl/etc/schema.graphqls
Line 33 in d4a9098
But in
StoreConfigDataProvider.php
its not resolvedmagento2/app/code/Magento/StoreGraphQl/Model/Resolver/Store/StoreConfigDataProvider.php
Lines 71 to 94 in d4a9098
The text was updated successfully, but these errors were encountered: