Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: check for dirty pages when nodes are deleted (so queries are ru-…
…run and data is removed from pages) (gatsbyjs#11831) * fix: check for dirty pages when nodes are deleted (so queries are ru-run and data is removed from pages) * typo fix * Use fake API call as suggested by @pieh * better name * Fix comparision as page.updatedAt is a unix timestamp * Remove page when deleted from internal query running cache so it can be run again if page recreated * WIP * MORE WIP * Revert "MORE WIP" This reverts commit 890fb36. * Revert "WIP" This reverts commit 190625f. * Document FAKE_API_CALL
- Loading branch information