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 0f7d859 commit eb3bcc8Copy full SHA for eb3bcc8
src/Plugin/GraphQL/Schemas/SchemaPluginBase.php
@@ -276,7 +276,7 @@ public function getServer() {
276
});
277
278
$config->setValidationRules(function (OperationParams $params, DocumentNode $document, $operation) {
279
- if (isset($params->queryId) && empty($params->getOriginalInput('query')) {
+ if (isset($params->queryId) && empty($params->getOriginalInput('query'))) {
280
// Assume that pre-parsed documents are already validated. This allows
281
// us to store pre-validated query documents e.g. for persisted queries
282
// effectively improving performance by skipping run-time validation.
0 commit comments