Pagination

object Pagination
Companion:
class
trait Product
trait Mirror
class Object
trait Matchable
class Any

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from:
Mirror

Value members

Concrete methods

def apply[C : Cursor](args: PaginationArgs[C]): ZIO[Any, CalibanError, Pagination[C]]
def apply[C : Cursor](args: ForwardPaginationArgs[C]): ZIO[Any, CalibanError, Pagination[C]]
def apply[C : Cursor](args: BackwardPaginationArgs[C]): ZIO[Any, CalibanError, Pagination[C]]
def apply[C : Cursor](first: Option[Int], last: Option[Int], before: Option[String], after: Option[String]): ZIO[Any, CalibanError, Pagination[C]]