#Query graphql based on relationship record title
1 messages · Page 1 of 1 (latest)
Help is on the way! To mark it as solved, use the /solve command. In the meantime, here are some existing threads that may help you:
Documentation:
where:{'categories.title':{in:[title]}}
This should do
Yes in 2.0 you cannot but 3.0 you have that fixed
hello, is there any documentation on how to upgrade from 2.0 to 3.0?
I think I have same problem as this question author. Documentation conflicts...
At the right is how I have products, categories is a relationship in those products.
At the left I am trying to filter only products that have checkbox showInShop as true (which works) and want to filter by category (which don't). At the top is documentation, it says that it should work with dot.
Maybe some advice? I'm using 2.0, I would upgrade if there is possibility and instructions, but I think 3.0 is in beta, so I think that wouldn't be possible at current time.