vdiaz1130
02/18/2019, 1:18 AMextendType({...})
. this of course is causing my number of imports to grow substantially. Is there a way to load types from glob?
const schema = makePrismaSchema({
types: [__dirname + './resolvers/**/*.resolver.ts'] // <---- I'd like to load types from glob
...
})