wp-graphql-block-editor icon indicating copy to clipboard operation
wp-graphql-block-editor copied to clipboard

EXPERIMENTAL plugin extending WPGraphQL to support querying (Gutenberg) Blocks as data, using Server Side Block registries to map Blocks to the GraphQL Schema.

Results 3 wp-graphql-block-editor issues
Sort by recently updated
recently updated
newest added
trafficstars

With WP 6.0.2 and WPGraphQL, this plugin prevents WPGraphQL IDE from loading within Wordpress. ``` Failed to load resource: the server responded with a status of 500 () app.js?ver=029d819e2c38c9f70120:30 Uncaught...

I am trying to get all the blocks of a page or posts without limit of innerblocks. Currenlty we need to do something like this ``` id blocks { name...

I guess I'll be the first one to post here. There's much interest on my team for a project like this (we experimented a bit with [gatsbywpgutenberg](https://gatsbywpgutenberg.netlify.app/) plugin, but it's...