Introducing Nested Filtering for Dgraph GraphQL API with Optimized Query Support

If your aim is to filter on nested objects, you can abandon @cascade completely and use this feature. However, if your aim is to return objects without missing values, then use @cascade.

In addition to that, you can’t use aggregate functions with @cascade but here you can.

3 Likes