leangen / graphql-spqr

Build a GraphQL service in seconds
Apache License 2.0
1.09k stars 181 forks source link

Fixing findGetter performance #440

Closed sergebg closed 1 year ago

sergebg commented 1 year ago

Double reflection invocations plus one exception -- it's better to avoid this

kaqqao commented 1 year ago

Neat, thanks 👍