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 cc96ad6 commit d746a7fCopy full SHA for d746a7f
tests/MultipleSchemaTest.php
@@ -2,6 +2,7 @@
2
3
namespace GraphQL\Tests;
4
5
+use GraphQL\Error\InvariantViolation;
6
use GraphQL\GraphQL;
7
use GraphQL\Type\Definition\ObjectType;
8
use GraphQL\Type\Definition\Type;
@@ -25,6 +26,7 @@ public function testMultipleSchemasWithCustomIntType(): void
25
26
self::assertNotSame($schema1->getType('Int'), $schema2->getType('Int'));
27
}
28
29
+ /** @throws InvariantViolation */
30
private function createSchema(): Schema
31
{
32
$typeRegistry = new DefaultStandardTypeRegistry(
0 commit comments