Migrate to Netlify Today

Netlify announces the next evolution of Gatsby Cloud. Learn more

ContactSign Up
Community Plugin
View plugin on GitHub

Gatsby

a Gatsby Plugin for adding limit and skip filters

🚀 Quick start

add to gatsby-config.js

module.exports = {
  plugins: [
    // other gatsby plugins
    // ...
    {
      resolve: `gatsby-plugin-add-filters`,
      options: {
        types: [`typeNameContainingNodesField`],
      },
    },
  ],
}
© 2023 Gatsby, Inc.