graphql-java-tools icon indicating copy to clipboard operation
graphql-java-tools copied to clipboard

Implement graphql.schema.LightDataFetcher

Open adrian-skybaker opened this issue 2 years ago • 0 comments

graphql-java 20.0 introduced the concept of a lightweight data fetcher, to reduce the amount of redundant DataFetchingEnvironment objects wastefully created when just calling simple object properties.

Ideally graphql.kickstart.tools.resolver.TrivialMethodFieldResolverDataFetcher would implement this, to make use of the internal optimisations in graphql-java.

adrian-skybaker avatar Jan 24 '23 06:01 adrian-skybaker