sikanhe / gqtx

Code-first Typescript GraphQL Server without codegen or metaprogramming
458 stars 13 forks source link

Support for multiple schemas with different context types #77

Open mfulton26 opened 6 months ago

mfulton26 commented 6 months ago

I'd like to be able to build multiple GraphQL schemas that have different available contexts to them in the same codebase. Currently this doesn't appear possible as context typing is done through module type augmentation.