ClusterAgentConnection

class Object
trait Matchable
class Any

Value members

Concrete methods

def count: SelectionBuilder[ClusterAgentConnection, Int]

Total count of collection.

Total count of collection.

def edges[A](innerSelection: SelectionBuilder[ClusterAgentEdge, A]): SelectionBuilder[ClusterAgentConnection, Option[List[Option[A]]]]

A list of edges.

A list of edges.

def nodes[A](innerSelection: SelectionBuilder[ClusterAgent, A]): SelectionBuilder[ClusterAgentConnection, Option[List[Option[A]]]]

A list of nodes.

A list of nodes.

def pageInfo[A](innerSelection: SelectionBuilder[PageInfo, A]): SelectionBuilder[ClusterAgentConnection, A]

Information to aid in pagination.

Information to aid in pagination.