PaginationQuery

class PaginationQuery(limit: Int = -1, before: String = "", after: String = "") : Query

Represents the base query parameters for pagination.

Constructors

Link copied to clipboard
constructor(limit: Int = -1, before: String = "", after: String = "")

Functions

Link copied to clipboard
open override fun createQuery(): String

Creates the query string based on the query parameters.