I have some views with simple array properties (arrays of primitives) and others with arrays of relationships to views (edges).


I can filter the simple arrays with the “containsAll” or “containsAny” methods.

But there seems to not be a filter avaiable for the edges in the Graphql API.

How can I filter by these properties via the GraphQL API?