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.
2 parents 2b5fa12 + 90f7b15 commit c96e89bCopy full SHA for c96e89b
Controller/GraphController.php
@@ -35,9 +35,9 @@ class GraphController
35
private $graphQLBatchingMethod;
36
37
public function __construct(
38
- GraphQLRequest\BatchParser $batchParser,
+ GraphQLRequest\ParserInterface $batchParser,
39
GraphQLRequest\Executor $requestExecutor,
40
- GraphQLRequest\Parser $requestParser,
+ GraphQLRequest\ParserInterface $requestParser,
41
$shouldHandleCORS,
42
$graphQLBatchingMethod
43
) {
0 commit comments