Fork me on GitHub
#pathom
<
2020-12-01
>
rickmoynihan10:12:09

Are there any examples of doing conjunctive and disjunctive queries in pathom? i.e. and and or. Presumably you need to implement this kind of thing as parameters? Can you nest and compose these parameters? e.g. maybe something like [(::and :prop/a :prop/b (::or :prop/c :prop/d)]

dehli22:12:53

hello! is it possible to reset cache for a specific pathom query?

Thomas Moerman22:12:40

Yep, you can manipulate request-cache in env

dehli22:12:21

awesome! thanks so much!