wp-graphql-content-blocks icon indicating copy to clipboard operation
wp-graphql-content-blocks copied to clipboard

Plugin that extends WPGraphQL to support querying (Gutenberg) Blocks as data

Results 29 wp-graphql-content-blocks issues
Sort by recently updated
recently updated
newest added

On the latest version of wordpress 6.5.4 getting the following errors ``` graphQLErrors: [ { message: 'Cannot query field "tagName" on type "CoreButtonAttributes".', extensions: [Object], locations: [Array] }, { message:...

needs: reproduction
needs: author response
scope: html parsing

When I create a list with sublist inside ``, the query in `attributes.content` of parent `` return all HTML content, and duplicate the content at the end of content: ![https://github.com/wpengine/wp-graphql-content-blocks/assets/42929225/992249b9-cd10-4b87-ab04-48420ab83435](https://github.com/wpengine/wp-graphql-content-blocks/assets/42929225/992249b9-cd10-4b87-ab04-48420ab83435)...

needs: discussion
scope: html parsing

Querying CoreFootnotes (a newish block as of WP 6.1 I believe) in the current version of wp-graphql-content-blocks returns no data. I don't know how Gutenberg stores the footnotes but it...

needs: reproduction

This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically....

When I add CoreVideo on Gutenberg and try to disable `controls` attribute, preview on Gutenberg works with no display for controls, but GraphQL return `true` in attributes ![image](https://github.com/user-attachments/assets/7bfbcccb-f307-4859-9624-426f598002e7) ![image](https://github.com/user-attachments/assets/aee15f67-1fc2-4b68-b9d2-b5f0ec7a4158) |...

type: bug
needs: reproduction

## What This PR backfills additional test cases for the `ContentBlocksResolver` class in `ContentBlocksResolverTest`. ## How The following test cases are included: - **Pre-resolve Filter Test:** `test_pre_resolved_blocks_filter_returns_non_null` ensures that the...

I origonally opened this ticket, https://github.com/wp-graphql/wpgraphql-acf/issues/204, but Jason Bahl directed me to open one here instead. ### Steps to reproduce 1. Create a ACF block type and enable anchor attribute...

needs: reproduction

https://make.wordpress.org/core/2024/03/05/introducing-plugin-dependencies-in-wordpress-6-5/ ![CleanShot 2024-08-14 at 16 05 59@2x](https://github.com/user-attachments/assets/3859557d-56bd-48db-adac-e841551798fd) [This has already been done in WPGraphQL for ACF](https://github.com/wp-graphql/wpgraphql-acf/pull/211)