Skip to content

Type Method

eagerLoad(_:withDeleted:to:)

static func eagerLoad<Builder>(_ relationKey: KeyPath<Self.From, Self>, withDeleted: Bool, to builder: Builder) where Builder : EagerLoadBuilder, Self.From == Builder.Model

Default Implementations

EagerLoadable Implementations