Hey guys, I'm experimenting around with the graphq...
# general
e
Hey guys, I'm experimenting around with the graphql ideal stack previewed by @thdxr and so far I'm really enjoying it Now I'm trying to implement the pothos dataloader plugin to efficently query different REST apis but I'm stuck and the pothos documentation isn't helping either. Have any of you successfully implemented the pothos dataloder plugin? I would love to checkout a working example
t
I haven't used the pothos plugin for this since I usually implemented my data loaders at a lower level (in core)
We have some helpers coming out for this soon
What issue are you running into? Btw the creator is very active in their discord channel in the GraphQL server
j
I didn’t realize there was a discord for all graphql things!! wow
t
it's pretty dead in the general channels unfortunately, but the specific ones for projects are alive
e
Thank you for the help, I followed your advice and implemented the data loader at the core level, much more straightforward!