Skip to content

Instance Method

with(_:withDeleted:)

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