Skip to content
This repository has been archived by the owner on Dec 19, 2019. It is now read-only.

Commit

Permalink
#741: Add extension point to set custom parameters to Query Context o…
Browse files Browse the repository at this point in the history
…bject
  • Loading branch information
naydav committed Jun 13, 2019
1 parent e514ce0 commit 5d12f8e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
6 changes: 2 additions & 4 deletions app/code/Magento/CustomerGraphQl/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,15 @@
"type": "magento2-module",
"require": {
"php": "~7.1.3||~7.2.0",
"magento/module-customer": "*",
"magento/module-authorization": "*",
"magento/module-customer": "*",
"magento/module-eav": "*",
"magento/module-graph-ql": "*",
"magento/module-newsletter": "*",
"magento/module-integration": "*",
"magento/module-store": "*",
"magento/framework": "*"
},
"suggest": {
"magento/module-graph-ql": "*"
},
"license": [
"OSL-3.0",
"AFL-3.0"
Expand Down
1 change: 0 additions & 1 deletion app/code/Magento/GraphQl/Model/Query/Context.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ public function __construct(
$this->extensionAttributes = $extensionAttributes;
}


/**
* @inheritdoc
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
module Magento_Payment Model/Info.php
module Magento_Customer Model/Address/AbstractAddress.php
library magento/framework MessageQueue/Rpc/Publisher.php
library magento/framework MessageQueue/Rpc/Publisher.php
module Magento_GraphQl Model/Query/ContextInterface.php

0 comments on commit 5d12f8e

Please sign in to comment.