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
thdxr
06/23/2022, 12:50 PM
I haven't used the pothos plugin for this since I usually implemented my data loaders at a lower level (in core)
thdxr
06/23/2022, 12:50 PM
We have some helpers coming out for this soon
thdxr
06/23/2022, 12:51 PM
What issue are you running into? Btw the creator is very active in their discord channel in the GraphQL server
j
Jarod Stewart
06/23/2022, 2:42 PM
I didn’t realize there was a discord for all graphql things!! wow
t
thdxr
06/23/2022, 2:43 PM
it's pretty dead in the general channels unfortunately, but the specific ones for projects are alive
e
Enrico Bellato
06/25/2022, 8:23 PM
Thank you for the help, I followed your advice and implemented the data loader at the core level, much more straightforward!