overblog / GraphQLBundle

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

Only look at attributes implementing Annotation #1150

Closed mathroc closed 8 months ago

mathroc commented 10 months ago
Q A
Bug fix? yes
New feature? no
BC breaks? no
Deprecations? no
Tests pass? yes/no
Documented? no
Fixed tickets #...
License MIT

This make the code slightly more efficient as it avoids instantiating unrelated attributes and also prevents crashes in case some attributes cannot be instantiated

Vincz commented 10 months ago

@mathroc If you can fix the coding standard (just run the composer command), I'll merge it !