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

Fix Arguments order of the method matter #1178

Closed Vincz closed 3 months ago

Vincz commented 3 months ago
Q A
Bug fix? yes
New feature? no
BC breaks? no
Deprecations? no
Tests pass? yes
Documented? no
Fixed tickets #1177
License MIT

Ensure, the argument are declared in the same order as the related method.