Open
Description
I love the new SubSchema feature from @d-exclaimation!
I think it would be useful to have the ability to extended Types from one SubSchema in another SubSchema.
This would be a natural extension to the new declarative SubSchema feature and would allow you to break up a GraphQL type across multiple packages similar to Swift's extension
feature.