Skip to content

Commit fe1acd1

Browse files
committed
MAGETWO-83853: GraphQL response returns null for website_ids, url_path
- fix composer package
1 parent efc8b52 commit fe1acd1

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

app/code/Magento/CatalogGraphQl/Model/Resolver/Products/DataProvider/Product/CollectionProcessor/RequiredColumnsProcessor.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ public function process(
3030
$collection->addAttributeToSelect('special_price_from');
3131
$collection->addAttributeToSelect('special_price_to');
3232
$collection->addAttributeToSelect('tax_class_id');
33-
$collection->addWebsiteNamesToResult();
3433

3534
return $collection;
3635
}

app/code/Magento/CatalogGraphQl/composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"magento/module-catalog-inventory": "*",
1010
"magento/module-search": "*",
1111
"magento/module-store": "*",
12+
"magento/module-store-graph-ql": "*",
1213
"magento/module-eav-graph-ql": "*",
1314
"magento/framework": "*"
1415
},

app/code/Magento/StoreGraphQl/composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"magento/framework": "*"
88
},
99
"suggest": {
10+
"magento/module-graph-ql": "*",
1011
"magento/module-catalog-graph-ql": "*"
1112
},
1213
"license": [

0 commit comments

Comments
 (0)