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

When I try to make a query to resolve innerBlocks of Core/Block (reusable block), I only got `renderedHtml`, but it doesn't resolve innerBlocks or attributes, but when I use it...

awaiting response

When the release deploy jobs run in CircleCI (introduced in #179), the job fails because the GitHub Actions bot does not have access to the restricted Contexts stored in CircleCI....

scope: build scripts

Thanks for your hardwork on this. I'm struggling to get data from CoreNavigation, CoreNavigationLink, CoreNavigationSubmenu. Please see code: ``` query NewQuery { pages { nodes { editorBlocks(flat: true) { __typename...

needs: reproduction

When I add caption on Image, if "lightbox" checkbox is checked, graphql show me the caption three times. ![SCR-20240206-ixaf](https://github.com/wpengine/wp-graphql-content-blocks/assets/42929225/e817a052-f955-4315-8e14-b2ccb5a63986) **Step to reproduce:** 1. Add a block "image" on your gutenberg...

type: bug

# Description Due to this https://github.com/wpengine/wp-graphql-content-blocks/issues/185 some selectors are wrong and do not capture accurately the html contents of an attribute. In that case we can replace those selectors with...

type: feature
good first issue
status: actionable
scope: html parsing

When querying Blocks, if a block is of the `CorePostTerms` block type, there's no way on the block to fetch the terms. In the Block Editor I can see the...

type: feature
needs: reproduction

It was reported in Slack that having WPGraphQL Content Blocks active at the same time as WPGraphQL Gutenberg leads to performance problems. Steps to reproduce: - activate WPGraphQL (1.14.7) -...

scope: performance
status: discussion

Noticing that the `width` field on `CoreImageAttributes` is type `String` when it should be of [type `Float`](https://github.com/WordPress/gutenberg/blob/70d3e305a662edce554a3408b47da41fabab497a/packages/block-library/src/image/block.json#L66): ![image](https://github.com/wpengine/wp-graphql-content-blocks/assets/29322304/293000f0-1985-4159-973a-e8bc51241e2d) I'm not 💯sure how this plugin is automating the `{BlockType}Attributes` field registration,...

type: bug
needs: reproduction
needs: discussion

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....

Hi guys, First of all thanks for this awesome plugin which makes the block editor available in WpGraphQL! Currently, I'm testing around and play a bit with custom block. I've...

needs: reproduction