EpicConnection
object EpicConnection
class Object
trait Matchable
class Any
Value members
Concrete methods
def edges[A](innerSelection: SelectionBuilder[EpicEdge, A]): SelectionBuilder[EpicConnection, Option[List[Option[A]]]]
A list of edges.
A list of edges.
def nodes[A](innerSelection: SelectionBuilder[Epic, A]): SelectionBuilder[EpicConnection, Option[List[Option[A]]]]
A list of nodes.
A list of nodes.