Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement graphql.schema.LightDataFetcher #732

Closed
adrian-skybaker opened this issue Jan 24, 2023 · 1 comment
Closed

Implement graphql.schema.LightDataFetcher #732

adrian-skybaker opened this issue Jan 24, 2023 · 1 comment

Comments

@adrian-skybaker
Copy link

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.

@oryan-block
Copy link
Collaborator

Done in #788

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants