Alfonso Garza

Results 3 comments of Alfonso Garza

Seems like Apollo Server [is required](https://github.com/slaypni/type-graphql-dataloader/issues/33). Did you configure it?

I was able to get this to 'work' with TypeGraphQL without Apollo by doing this in my GraphQl configs. I based it of [this](https://github.com/slaypni/type-graphql-dataloader/blob/v0.3.7/src/plugins/apollo-server/ApolloServerLoaderPlugin.ts). **Caution** I haven't tested it fully...

I ended up using `DataLoader` directly and keeping a cache of loaders in the graphQL context instead of using this library - flip side is that I, of course, can't...