@@ -361,6 +361,17 @@ public function testProviders(): void
361361 'access ' => '@=default_access ' ,
362362 'public ' => '@=default_public ' ,
363363 ],
364+ 'planet_getNextPlanet ' => [
365+ 'type ' => 'Json ' ,
366+ 'args ' => [
367+ 'planetId ' => ['type ' => 'Int! ' ],
368+ 'minDistance ' => ['type ' => 'Int! ' ],
369+ 'maxDistance ' => ['type ' => 'Int! ' ],
370+ ],
371+ 'resolve ' => "@=call(service('Overblog \\\\GraphQLBundle \\\\Tests \\\\Config \\\\Parser \\\\fixtures \\\\annotations \\\\Repository \\\\PlanetRepository').getNextPlanet, arguments({planetId: \"Int! \", minDistance: \"Int! \", maxDistance: \"Int! \"}, args)) " ,
372+ 'access ' => '@=default_access ' ,
373+ 'public ' => '@=default_public ' ,
374+ ],
364375 ],
365376 ]);
366377
@@ -475,7 +486,7 @@ public function testArgsAndReturnGuessing(): void
475486 'away ' => ['type ' => 'Boolean ' , 'defaultValue ' => false ],
476487 'maxDistance ' => ['type ' => 'Float ' , 'defaultValue ' => null ],
477488 ],
478- 'resolve ' => '@=call(value.getCasualties, arguments({raceId : "String !", areaId : "Int !", dayStart: "Int", dayEnd: "Int", nameStartingWith: "String", planet: "PlanetInput", away: "Boolean", maxDistance: "Float"}, args)) ' ,
489+ 'resolve ' => '@=call(value.getCasualties, arguments({areaId : "Int !", raceId : "String !", dayStart: "Int", dayEnd: "Int", nameStartingWith: "String", planet: "PlanetInput", away: "Boolean", maxDistance: "Float"}, args)) ' ,
479490 'complexity ' => '@=childrenComplexity * 5 ' ,
480491 ],
481492 ],
0 commit comments