Closed
Description
Preconditions (*)
- Magento 2.3.4
Steps to reproduce (*)
- Request for store_name in storeConfig Query
Expected result (*)
- Return store name
{
"data":{
"storeConfig":{
"root_category_id":2,
"store_name": "Magento"
}
}
Actual result (*)
{
"data":{
"storeConfig":{
"root_category_id":2,
"store_name": null
}
}
As Mentioned in schema 'store_name' can be queried
But in StoreConfigDataProvider.php
its not resolved