You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: