We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d4ceaa commit 2a359c0Copy full SHA for 2a359c0
tests/Utils/BuildSchemaTest.php
@@ -155,6 +155,7 @@ enum Color {
155
156
"""Not a creative color"""
157
GREEN
158
+
159
BLUE
160
}
161
@@ -187,6 +188,7 @@ enum Color {
187
188
189
# Not a creative color
190
191
192
193
194
@@ -492,7 +494,7 @@ public function testCanBuildRecursiveUnion(): void
492
494
{
493
495
$schema = BuildSchema::build('
496
union Hello = Hello
-
497
498
type Query {
499
hello: Hello
500
@@ -758,7 +760,7 @@ interfaceField: String
758
760
type TestType implements TestInterface {
759
761
interfaceField: String
762
763
764
scalar TestScalar
765
766
directive @test(arg: TestScalar) on FIELD
0 commit comments