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
First of all, fantastic work on your plugins exposing Gutenberg information from Wordpress!
We feel like its easier to use the JSON fields exposed by blocks and preview to render our frontend to avoid long GraphQL queries and simplify the preview request , but we are missing the full ACF data in the response.
Do you have time to add the ACF data on the JSON fields aswell or guide me in the right direction to add that in the data layer.
The text was updated successfully, but these errors were encountered:
Json will be getting some updates in the next version and will try to mirror the schema even more, I think the acf data will get there also.
Also I am working on being able to query all blocks at once as a flat structure with references to parent blocks and so (no more recursion problems), which should also help with your cause.
First of all, fantastic work on your plugins exposing Gutenberg information from Wordpress!
We feel like its easier to use the JSON fields exposed by blocks and preview to render our frontend to avoid long GraphQL queries and simplify the preview request , but we are missing the full ACF data in the response.
Do you have time to add the ACF data on the JSON fields aswell or guide me in the right direction to add that in the data layer.
The text was updated successfully, but these errors were encountered: