Gatsby - how to query more than 100 documents of a single type?

Can you please share a code snippet or a sample project of how to generate more than 100 pages in gatsby-node.js or how to query all documents to display on an index page.

Hello @kris

Thanks for reaching out to us.

The gatsby-source-prismic plugin, fetches the data using REST API. t does not have the limitation. Here is the documentation to create pagination with Gatsby and this plugin:

Let me know if you have any further questions.

Thanks,
Priyanka