Incremental builds and custom source #29806
-
Hello, I have an application that sources data from custom GraphQL CMS written in node.js. I want to start using Incremental Builds. I'm trying to find official documentation on implementing my sourcing to support Incremental builds for my custom API. I checked this article, but it references these links which don't include the needed implementation for Incremental Builds either: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Incremental builds work automatically. The main thing you should do to speed up builds is to support delta fetched. So on subsequent runs, only fetch updated data https://www.gatsbyjs.com/docs/creating-a-source-plugin/#improve-plugin-developer-experience-by-enabling-faster-sync |
Beta Was this translation helpful? Give feedback.
Incremental builds work automatically.
The main thing you should do to speed up builds is to support delta fetched. So on subsequent runs, only fetch updated data https://www.gatsbyjs.com/docs/creating-a-source-plugin/#improve-plugin-developer-experience-by-enabling-faster-sync