Currently on WordPress 5.8, wp-graphql 1.6.4, and wp-graphql-gutenberg 0.3.11. Querying for any posts that contain the Post Title, Post Author, or Post Excerpt thow this type of error in the GraphQL response:
I haven't tested every core block, but was able to pinpoint the issue to wp-graphql-gutenberg v0.3.9 or higher. When I roll back to v3.0.8 it works as expected and returns the blocksJSON response.
Currently on WordPress 5.8, wp-graphql 1.6.4, and wp-graphql-gutenberg 0.3.11. Querying for any posts that contain the Post Title, Post Author, or Post Excerpt thow this type of error in the GraphQL response:
I haven't tested every core block, but was able to pinpoint the issue to wp-graphql-gutenberg v0.3.9 or higher. When I roll back to v3.0.8 it works as expected and returns the blocksJSON response.