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)]
hello! is it possible to reset cache for a specific pathom query?
Yep, you can manipulate request-cache in env
awesome! thanks so much!