Fork me on GitHub
#pathom
<
2021-05-31
>
nivekuil07:05:52

so with distributed resolvers, you can do something like build a read-through cache with client-side pathom resolvers?

wilkerlucio12:05:52

what you mean by read-though cache in this context?

nivekuil13:05:06

like, fetch an attribute from local cache if it's there, otherwise transparently load it from remote

nivekuil13:05:53

and then cache that remote result in the local cache

wilkerlucio14:05:35

in theory, yes, but its not so easy, caching of dynamic resolvers is a hard problem given their complex inputs/output patterns