Instance Method
with(_:withDeleted:)
@discardableResult func with<Relation>(_ relationKey: KeyPath<Self.Model, Relation>, withDeleted: Bool) -> Self where Relation : EagerLoadable, Self.Model == Relation.From
Instance Method
@discardableResult func with<Relation>(_ relationKey: KeyPath<Self.Model, Relation>, withDeleted: Bool) -> Self where Relation : EagerLoadable, Self.Model == Relation.From