PageInfo

object PageInfo
class Object
trait Matchable
class Any

Value members

Concrete methods

def endCursor: SelectionBuilder[PageInfo, Option[String]]

When paginating forwards, the cursor to continue.

When paginating forwards, the cursor to continue.

def hasNextPage: SelectionBuilder[PageInfo, Boolean]

When paginating forwards, are there more items?

When paginating forwards, are there more items?

def hasPreviousPage: SelectionBuilder[PageInfo, Boolean]

When paginating backwards, are there more items?

When paginating backwards, are there more items?

def startCursor: SelectionBuilder[PageInfo, Option[String]]

When paginating backwards, the cursor to continue.

When paginating backwards, the cursor to continue.