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 5ea6d14 commit 5ea3c85Copy full SHA for 5ea3c85
src/Schemas/Schema.php
@@ -42,7 +42,7 @@ public function __construct(?GraphQLObjectType $queryType, ?GraphQLObjectType $m
42
//TODO: check for custom directives (see: https://github.com/graphql/graphql-js/blob/5ed55b89d526c637eeb9c440715367eec8a2adec/src/type/schema.js#L190)
43
44
$__Schema = null;
45
- require_once __DIR__ . '/../Introspection/Introspection.php';
+ require __DIR__ . '/../Introspection/Introspection.php';
46
$this->collectReferencedTypes($__Schema, $allReferencedTypes);
47
48
// build type map
0 commit comments