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 3a50fa8 commit 9144e2cCopy full SHA for 9144e2c
tests/Config/Parser/MetadataParserTest.php
@@ -451,8 +451,8 @@ public function testArgsAndReturnGuessing(): void
451
'casualties' => [
452
'type' => 'Int',
453
'args' => [
454
- 'areaId' => ['type' => 'Int!'],
455
'raceId' => ['type' => 'String!', 'description' => 'A race ID'],
+ 'areaId' => ['type' => 'Int!'],
456
'dayStart' => ['type' => 'Int', 'defaultValue' => null],
457
'dayEnd' => ['type' => 'Int', 'defaultValue' => null],
458
'nameStartingWith' => ['type' => 'String', 'defaultValue' => ''],
0 commit comments