Retriveing singleton property fetchers will not create DataFetcherFactoryEnvironment objects by bbakerman · Pull Request #3942 · graphql-java/graphql-java

This was always the intention here when we created #3754 to have a singleton property fetcher instance

However we didnt do the factory right and hence DataFetcherFactoryEnvironment are created when they dont need to be

This fixes on of the items found in #3939

Namely why was "graphql.schema.DataFetcherFactoryEnvironment" being 2% of objects allocated

This fixes that

re : #3941