diff --git a/app/code/Magento/CustomerGraphQl/composer.json b/app/code/Magento/CustomerGraphQl/composer.json index 722aba3aa065..39721fe79f69 100644 --- a/app/code/Magento/CustomerGraphQl/composer.json +++ b/app/code/Magento/CustomerGraphQl/composer.json @@ -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" diff --git a/app/code/Magento/GraphQl/Model/Query/Context.php b/app/code/Magento/GraphQl/Model/Query/Context.php index 333592b4769a..a9d4bbd990f3 100644 --- a/app/code/Magento/GraphQl/Model/Query/Context.php +++ b/app/code/Magento/GraphQl/Model/Query/Context.php @@ -45,7 +45,6 @@ public function __construct( $this->extensionAttributes = $extensionAttributes; } - /** * @inheritdoc */ diff --git a/dev/tests/static/testsuite/Magento/Test/Integrity/Magento/Framework/Api/_files/ExtensibleInterfacesTest/blacklist_ce.txt b/dev/tests/static/testsuite/Magento/Test/Integrity/Magento/Framework/Api/_files/ExtensibleInterfacesTest/blacklist_ce.txt index 0fd245561e6b..e9b1e6e428e0 100644 --- a/dev/tests/static/testsuite/Magento/Test/Integrity/Magento/Framework/Api/_files/ExtensibleInterfacesTest/blacklist_ce.txt +++ b/dev/tests/static/testsuite/Magento/Test/Integrity/Magento/Framework/Api/_files/ExtensibleInterfacesTest/blacklist_ce.txt @@ -1,3 +1,4 @@ module Magento_Payment Model/Info.php module Magento_Customer Model/Address/AbstractAddress.php -library magento/framework MessageQueue/Rpc/Publisher.php \ No newline at end of file +library magento/framework MessageQueue/Rpc/Publisher.php +module Magento_GraphQl Model/Query/ContextInterface.php \ No newline at end of file