We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90e3815 commit 6998a7aCopy full SHA for 6998a7a
lib/internal/Magento/Framework/GraphQl/SchemaFactory.php
@@ -7,8 +7,6 @@
7
8
namespace Magento\Framework\GraphQl;
9
10
-use Magento\Framework\GraphQl\Type\TypeManagement;
11
-
12
/**
13
* Factory for @see Schema
14
*/
@@ -22,8 +20,6 @@ class SchemaFactory
22
20
23
21
public function create(array $config) : Schema
24
{
25
- $typeManagement = new TypeManagement();
26
- $typeManagement->overrideStandardGraphQLTypes();
27
return new Schema($config);
28
}
29
0 commit comments