Skip to content

Commit cfead78

Browse files
committed
B2B-2606: Graphql Parser called at least 3 times per request
1 parent 1289e1b commit cfead78

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

app/code/Magento/GraphQl/Controller/GraphQl.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ class GraphQl implements FrontControllerInterface
4242
/**
4343
* @var \Magento\Framework\Webapi\Response
4444
* @deprecated 100.3.2
45+
* @see
4546
*/
4647
private $response;
4748

@@ -67,7 +68,8 @@ class GraphQl implements FrontControllerInterface
6768

6869
/**
6970
* @var ContextInterface
70-
* @deprecated 100.3.3 $contextFactory is used for creating Context object
71+
* @deprecated 100.3.3
72+
* @see $contextFactory is used for creating Context object
7173
*/
7274
private $resolverContext;
7375

0 commit comments

Comments
 (0)