async-graphql
async-graphql copied to clipboard
Split dataloader in crate
Hello!
I was wondering if it would be possible to split the dataloader in its own crate and just re-export it in async-graphql.
Basically we have a need for the pattern in a place where we don't need the full async-graphql and I prefer your take on it vs the dataloader crate that already exists.
Thanks!