RFC: Nested Filters in GraphQL

Yeah, you can use the above workaround if it works for your use case. But I see some limitations of it

  1. Anything parameter inside the @cascade will work as AND connective. For example in your first query , we can’t do OR of assignedTo and Tags.

  2. We can only use original field names in cascade, we can’t use Aliases. If we want to use two or more filter on same nested field then it’s not possible unless Aliases are allowed inside cascade.
    see this GraphQL: Connected filter on non-scalar list element fields - #11 by pawan