After upgrading from 5x to 6x `php bin/console graphqlite:dump-schema` stopped working with error: ``` Typed property GraphQL\Type\Definition\ObjectType::$description must not be accessed before initialization ``` Looks like it's failing with all of my types. I don't see any BC changes in the changelog that might affect this. Any ideas? Full list of upgraded packages: ``` Upgrading thecodingmachine/graphqlite (v5.0.3 => v6.2.3) Upgrading thecodingmachine/graphqlite-bundle (v5.4.0 => v6.0.3) Upgrading thecodingmachine/graphqlite-symfony-validator-bridge (v5.0.1 => v6.0.2) Upgrading webonyx/graphql-php (v14.11.10 => v15.12.5) Upgrading ecodev/graphql-upload (6.1.5 => 7.0.0) ```