elysiajs / elysia-graphql-yoga

Plugin for Elysia for using graphql-yoga
MIT License
8 stars 5 forks source link

Extends TypeDefs from TypeSource and not only String #6

Open cdiaz opened 9 months ago

cdiaz commented 9 months ago

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

https://github.com/elysiajs/elysia-graphql-yoga/blob/f47ec0ee5524679af635399e2138c6b29160a8cf/src/index.ts#L91