Closed Vincz closed 7 months ago
This PR force an argument defined with #[GQL\Arg] or @GQL\Arg on a method to use a name matching one of the parameter of the method. It will avoid potential error following the last update and the arguments merging.
#[GQL\Arg]
@GQL\Arg
This PR force an argument defined with
#[GQL\Arg]
or@GQL\Arg
on a method to use a name matching one of the parameter of the method. It will avoid potential error following the last update and the arguments merging.