Replies: 4 comments 2 replies
-
Hi, good point. I'll try to find some time today to add support for recursive database fetching. Thanks! |
Beta Was this translation helpful? Give feedback.
-
@edelveiss I added recursive DB fetching but I couldn't test it out. Please let me know if it worked. The new code is available in https://github.com/orlowdev/gatsby-source-notion-api/releases/tag/0.9.0. |
Beta Was this translation helpful? Give feedback.
-
@orlowdev I really appreciate such a quick response! Do you think you could test it? Because it’s still not working on my side and I am still getting only the first 100 rows. |
Beta Was this translation helpful? Give feedback.
-
There's a weird thing happening. I had this table for blog posts that I used for my blog, and it currently has just 12 entries. I added another 90+ to test it out, but the Notion API only returns me the 12 rows I had initially. Probably some kind of caching is applied. 🤷 Is there a chance you could try fetching your database contents with Postman or any other way, and see what the database returns? If it's ok for you, here's an API reference for querying a database: https://developers.notion.com/reference/post-database-query Meanwhile, I'll try to test it out with a separate database and see if it works. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Currently it is only possible to read 100 rows of the database. Would be great if there was an option that could be set to any number. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions