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 1289e1b commit cfead78Copy full SHA for cfead78
app/code/Magento/GraphQl/Controller/GraphQl.php
@@ -42,6 +42,7 @@ class GraphQl implements FrontControllerInterface
42
/**
43
* @var \Magento\Framework\Webapi\Response
44
* @deprecated 100.3.2
45
+ * @see
46
*/
47
private $response;
48
@@ -67,7 +68,8 @@ class GraphQl implements FrontControllerInterface
67
68
69
70
* @var ContextInterface
- * @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
73
74
private $resolverContext;
75
0 commit comments