This is not a GraphQL Schema neither DQL Schema. It looks like you’re mixing the two. This scheme will not work in DQL or GraphQL. Perhaps you are just theorizing and not in practice.
If you create a Schema via GraphQL. Avoid making modifications on the DQL side so as not to break the GraphQL layer.
You can add Types at any time. And modify them naturally.