I want to be able to use the @graphql-tools to load definitions from files, or code, or just be able to merge multiple definitions and pass them as, Source, DocumentNode, GraphQLSchema, DefinitionNode etc.
Accepting only string limits us
|
const TypeDefs extends string, |