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

Only look at attributes implementing Annotation #1150

Closed mathroc closed 4 months ago

mathroc commented 6 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 6 months ago

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