MergeRequestConnection

class Object
trait Matchable
class Any

Value members

Concrete methods

def count: SelectionBuilder[MergeRequestConnection, Int]

Total count of collection.

Total count of collection.

def edges[A](innerSelection: SelectionBuilder[MergeRequestEdge, A]): SelectionBuilder[MergeRequestConnection, Option[List[Option[A]]]]

A list of edges.

A list of edges.

def nodes[A](innerSelection: SelectionBuilder[MergeRequest, A]): SelectionBuilder[MergeRequestConnection, Option[List[Option[A]]]]

A list of nodes.

A list of nodes.

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

Information to aid in pagination.

Information to aid in pagination.

def totalTimeToMerge: SelectionBuilder[MergeRequestConnection, Option[Double]]

Total sum of time to merge, in seconds, for the collection of merge requests.

Total sum of time to merge, in seconds, for the collection of merge requests.