RelationIds

sangria.execution.deferred.RelationIds
case class RelationIds[Res](rawIds: Map[Relation[Res, _, _], Seq[_]])

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def apply[RelId](relation: Relation[Res, _, RelId]): Seq[RelId]
def get[RelId](relation: Relation[Res, _, RelId]): Option[Seq[RelId]]

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product