The first bit is here, which has been used to make millions of GraphQL requests in production.
It is a different approach than a lot of other graphql libraries but we’ve found that the approach is ergonomic and scalable across the team. I hope it works for y’all as well.
And, back to my shameless plug, I hope you can check out our PH launch! Our stack is certifiably 68.5% PureScript, so the community has been a big help getting there
Looks like it utilizes simple-json meaning you could write your own read/write JSON instances for types beyond the example of String, Array, Record, yes?