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

The core table block is returning null values for cell alignment even when it is set. The cell alignment is instead set by the whole table alignment. This seems like...

help wanted
Needs Reproduction

I'm getting the following error since I updated WPGraphQL from version 1.24 to 1.26. I'm guessing they've done some changes to field definitions but since it's referring to `editorBlocks` I'm...

Needs Reproduction

When I query core/paragraph block with full list of attributes, I am getting the following FE error: ```javascript error - GraphQL errors: [ { debugMessage: 'Undefined array key "dropCap"', message:...

bug
good first issue
help wanted

I am having trouble when installing this plugin on a fresh Wordpress deployment from Kinsta. I am running **PHP 8.2** and **Wordpress Version 6.5.2**. This is broken on both `multisite`...

type: bug
needs: reproduction

If a block attribute has a "properties" key, the attribute now has a custom type with typed subfields. Fixes #222 Obviously a big concern here is that, to my knowledge,...

# Description Adds Smoke Unit tests for the following blocks: * CoreCode * CoreHeading * CoreList * CoreButton * CoreQuote

In #192 we attempted to fix the Schema Upload Artifact workflow by reverting [changes made previously](https://github.com/wpengine/wp-graphql-content-blocks/pull/155) which had resulted in the workflow not running. The attempted fix did not work....

scope: build scripts

I'd like the plugin to support object properties inside attributes like: ``` { ... "attributes": { "film": { "type": "object", "properties": { "id": { "type": "string" } ... } }...

type: feature
good first issue
help wanted

## Steps to Reproduce Check CoreImageAttributes `width` type in GraphQLi. It is of type String. ##Issue CoreImageAttributes.width is of type String. ##Expected Behavior CoreImageAttributes.width should be of type Float. ##Additional...

bug

As WP GraphQL moves to a model where they're more comfortable with extension plugins, like this one, it is time we add it to WordPress.org to make it easier for...

scope: build scripts