GraphQLBundle icon indicating copy to clipboard operation
GraphQLBundle copied to clipboard

Only look at attributes implementing Annotation

Open mathroc opened this issue 2 years ago • 1 comments

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

mathroc avatar Jan 12 '24 09:01 mathroc

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

Vincz avatar Jan 12 '24 10:01 Vincz