GraphQL 3.x branch have very useful feature, that automatically expose all entities, that exists on Drupal, to GraphQL schemas. So users can simply install module, and get all entities available via GraphQL, that's cool!
But, as I understand, this feature is not exists in 4.x branch, because all manuals describe that users must manually describe schemas only for needed entities and other stuff.
This is big upgrade stopper for 3.x version users, and for most of new users too!
Is this feature planned to implement in 4.x core module? If not in core, maybe implement it into separate submodule?
Without this feature, for users will be better to use REST or JSON API, that expose all entities automatically.