Fork me on GitHub
#pathom
<
2023-02-09
>
Panel07:02:12

Any example of handwritten dynamic resolver ? The graphql one is a bit much to understand what’s going on. I got some resolvers that return external system query, I want to merge them together to make only one call to the api.

wilkerlucio11:02:29

hello, I suggest having a look into the datomic implementation, its simpler than the graphql one

wilkerlucio11:02:02

also the tests for dynamic resolvers, there you can see some examples