pathom

2024-07-02T16:17:03.399569Z

I see the tutorial for integrating calling GraphQL from Pathom, but is there any prior art for wrapping a GraphQL frontend around a Pathom service?

2024-07-03T07:45:49.835119Z

i toyed with this idea some time ago https://github.com/jmayaalv/graffito inspired in graffity but for pathom3, never release it but we use it successfully internally for some simple cases

2024-07-03T19:43:49.849519Z

I don't have an immediate need for this, fortunately. I just wanted to check for prior art so I could propose using Pathom (3? not sure) to help with de-duplicating database requests in a systematic way. one of the "pros" is > if when the FE folks ask us about GraphQL, we'll be ready!

wilkerlucio 2024-07-02T16:36:55.073139Z

there were some efforts, mostly notably: https://github.com/denisidoro/graffiti

1