| Q | A | ---------------- | ----- | Bug report? | no | Feature request? | yes | BC Break report? | no | RFC? | no | Version/Branch | 0.9 [Webonyx/graphql-php 0.10](https://github.com/webonyx/graphql-php/releases/tag/v0.10.0) added [lazy loading of schema types](https://github.com/webonyx/graphql-php/blob/df1b575469cb005b17088f0dcdf4d4543f7abac4/docs/type-system/schema.md#lazy-loading-of-types). As far as I can see currently [all types are passed to the schema](https://github.com/overblog/GraphQLBundle/blob/master/Definition/Builder/SchemaBuilder.php#L50). I was wondering if there are plans already to support this? If not I could give it a go.