Relation

sangria.execution.deferred.Relation
See theRelation companion trait
object Relation

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Relation.type

Members list

Value members

Concrete methods

def apply[T, RelId](name: String, idFn: T => Seq[RelId]): Relation[T, T, RelId]
def apply[T, Tmp, RelId](name: String, idFn: Tmp => Seq[RelId], mapFn: Tmp => T): Relation[T, Tmp, RelId]