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 b935191 commit 4b651d8Copy full SHA for 4b651d8
src/Schema.php
@@ -60,7 +60,7 @@ public function __construct($config = null)
60
'See https://github.com/webonyx/graphql-php/issues/36',
61
E_USER_DEPRECATED
62
);
63
- list($queryType, $mutationType, $subscriptionType) = func_get_args();
+ list($queryType, $mutationType, $subscriptionType) = func_get_args() + [null, null, null];
64
65
$config = [
66
'query' => $queryType,
0 commit comments