class Ariadne::UI::Pagination::Component
def initialize(**options)
def initialize(**options) super @calculator = Ariadne::PaginationCalculator.new( total_count: total_count, page: current_page, items_per_page: items_per_page, ) end
def initialize(**options) super @calculator = Ariadne::PaginationCalculator.new( total_count: total_count, page: current_page, items_per_page: items_per_page, ) end