Closed Vincz closed 7 months ago
When a a #[GQL\Query] or #[GQL\Mutation] is attached to a method, it's the order of the method argument that should matter and not the one of the #[GQL\Arg] declared on the query.
#[GQL\Query]
#[GQL\Mutation]
#[GQL\Arg]
When a a
#[GQL\Query]
or#[GQL\Mutation]
is attached to a method, it's the order of the method argument that should matter and not the one of the#[GQL\Arg]
declared on the query.