overblog / GraphQLBundle

This bundle provides tools to build a complete GraphQL API server in your Symfony App.
MIT License
780 stars 223 forks source link

Arguments order shouldn't matter #1177

Closed Vincz closed 3 months ago

Vincz commented 3 months ago
Q A
Bug report? yes and no
Feature request? no
BC Break report? no
RFC? no
Version/Branch 1.3.1

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.