craftql
craftql copied to clipboard
Filter on sub fields
How can I filter the entire datesList for a specific id in dates_category_group?

I would expect a filter like dates_category_group: {id: $categoryid} to work. But CraftQL does not accept anything other than a String as argument. How would the correct syntax look like?