Skip to content

Commit 6998a7a

Browse files
committed
PWA-2356: [GraphQL] Integration test failures on GraphQL tests on mainline PR
- remove unnecessary code
1 parent 90e3815 commit 6998a7a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lib/internal/Magento/Framework/GraphQl/SchemaFactory.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77

88
namespace Magento\Framework\GraphQl;
99

10-
use Magento\Framework\GraphQl\Type\TypeManagement;
11-
1210
/**
1311
* Factory for @see Schema
1412
*/
@@ -22,8 +20,6 @@ class SchemaFactory
2220
*/
2321
public function create(array $config) : Schema
2422
{
25-
$typeManagement = new TypeManagement();
26-
$typeManagement->overrideStandardGraphQLTypes();
2723
return new Schema($config);
2824
}
2925
}

0 commit comments

Comments
 (0)