What problem does this address?
When a type is defined as eagerlyLoadType => true there is a run-time performance cost for each query and this is typically only needed for Introspection queries.
What is your proposed solution?
We should consider "forcing" eagerlyLoadType to be false for non introspection queries and true for introspection.
What alternatives have you considered?
No response
Additional Context
see: wpengine/wp-graphql-content-blocks#134 (comment)