wpengine / wp-graphql-content-blocks

Plugin that extends WPGraphQL to support querying (Gutenberg) Blocks as data
https://faustjs.org/docs/gutenberg/wp-graphql-content-blocks
GNU General Public License v2.0
113 stars 14 forks source link

ACF Blocks data is not displaying #107

Closed sunilsingh2019 closed 1 year ago

sunilsingh2019 commented 1 year ago

I am attempting to query ACF blocks, but it seems that the data from the blocks is not being displayed. Could you please assist me with this? image

theodesp commented 1 year ago

Hey @sunilsingh2019 It looks like the page contents are empty there. Could you please post the contents of the database there? You can find that using Adminer tool:

Screenshot 2023-05-26 at 10 48 29
sunilsingh2019 commented 1 year ago

Hello @theodesp, the content is not empty as the database is full of content. However, I am experiencing an issue with the query for ACF blocks not showing up, while it's working fine for core blocks.

Screen Shot 2023-05-30 at 9 51 33 am
theodesp commented 1 year ago

@sunilsingh2019 I will consolidate this ticket with https://github.com/wpengine/wp-graphql-content-blocks/issues/40 to better track progress and updates since its related to ACF Blocks support.