ForwardConnectionArguments

Arguments for forward pagination through a connection.

See also

Inheritors

Properties

Link copied to clipboard
abstract val after: String?

Cursor to start fetching items after (exclusive).

Link copied to clipboard
abstract val first: Int?

Maximum number of items to return from the beginning.

Functions

Link copied to clipboard
open override fun toOffsetLimit(defaultPageSize: Int): OffsetLimit

Converts forward pagination arguments to offset/limit.

Link copied to clipboard
open override fun validate()

Validates forward pagination arguments.