Petra
AI assistant for GrootMade
Hi! I'm Petra 👋 Ask me to help you find the perfect WP plugin, theme, or template kit.
forked from WPGraphQL Offset Pagination™
CascadeScroll is not affiliated with WPGraphQL Offset Pagination. The name and any related trademarks are used solely for nominative descriptive purposes.
This plugin extends the GraphQL implementation for a widely-used content management system by adding support for traditional offset pagination. It is designed for developers building applications that require numbered page navigation links or specific data ordering that relies on SQL offset logic, where the default cursor-based pagination is not suitable.
offsetPagination arguments to post, content node, and user queries, allowing you to specify size and offset parameters directly.offsetPagination object within pageInfo containing fields like hasMore, hasPrevious, and total to manage navigation state.