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 a3bd4cc commit 162e7f7Copy full SHA for 162e7f7
tests/Config/Parser/fixtures/annotations/Type/Battle.php
@@ -21,6 +21,7 @@ final class Battle
21
22
/**
23
* @GQL\Field(name="casualties", complexity="childrenComplexity * 5")
24
+ *
25
* @GQL\Arg(name="raceId", type="String!", description="A race ID")
26
*/
27
#[GQL\Field(name: 'casualties', complexity: 'childrenComplexity * 5')]
0 commit comments