nested

Function nested 

Source
pub fn nested(
    scope: impl PropertyIdentifier,
    filter: AdvancedFilter,
) -> AdvancedFilter
Expand description

Create a nested filter.

ยงArguments

  • scope - Direct relation property to query through.
  • filter - Filter to apply to referenced node.