graphql-skip-limit

JSON →
library 2.3.1 ·javascript deprecated
verified Jun 7, 2026

A library for constructing GraphQL servers with skip/limit pagination instead of Relay's cursor-based pagination. Version 2.3.1 is the latest stable release, with infrequent updates as it's maintained primarily for Gatsby's data layer. It is a port of graphql-relay-js, using similar APIs but with skip/limit arguments. Requires graphql ^14.1.1 as a peer dependency. Its main differentiator is simplicity for offset-based pagination, but it is deprecated in favor of cursor-based approaches.