You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 20, 2021. It is now read-only.
Currently data is only sourced when a node is saved (post, page, user, media item, etc). Each time one of these is saved it will refetch the non-node root fields (such as WP options). We need to add support for delta synching when options are updated.
The text was updated successfully, but these errors were encountered:
TylerBarnes
changed the title
Feat: Add support for syncing non-node root fields when WP options are updated
Add support for syncing non-node root fields when WP options are updated
Oct 9, 2020
Actually, support for this is already added in this plugin. The action type is NON_NODE_ROOT_FIELDS. The problem right now is that WPGatsby never emits this action. Follow gatsbyjs/wp-gatsby#38 for when this is supported in WPGatsby.
Currently data is only sourced when a node is saved (post, page, user, media item, etc). Each time one of these is saved it will refetch the non-node root fields (such as WP options). We need to add support for delta synching when options are updated.
The text was updated successfully, but these errors were encountered: