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 708c85b commit f35cb3cCopy full SHA for f35cb3c
src/GraphQL.php
@@ -92,7 +92,7 @@ public static function executeQuery(
92
?string $operationName = null,
93
?callable $fieldResolver = null,
94
?array $validationRules = null,
95
- ?ValidationCache $cache = null,
+ ?ValidationCache $cache = null
96
): ExecutionResult {
97
$promiseAdapter = new SyncPromiseAdapter();
98
0 commit comments