Instance Method
filter(_:_:)
@discardableResult func filter<Joined>(_ schema: Joined.Type, _ filter: ModelCompositeIDFilter<Joined>) -> Self where Joined : Model, Joined.IDValue : Fields
Instance Method
@discardableResult func filter<Joined>(_ schema: Joined.Type, _ filter: ModelCompositeIDFilter<Joined>) -> Self where Joined : Model, Joined.IDValue : Fields