pristas-peter / wp-graphql-gutenberg

Query gutenberg blocks with wp-graphql
https://wp-graphql-gutenberg.netlify.app
GNU General Public License v3.0
299 stars 61 forks source link

Not working with wp-graphql version 1.4.0 #111

Closed shrenikTrukky closed 3 years ago

shrenikTrukky commented 3 years ago

Today when I upgrade my wp-graphql plugin from 1.3.9 to 1.4.0 . it stops working. and it's working fine with old version.

query MyQuery { pages { nodes { blocks { order name __typename attributesJSON } } } }

aderaaij commented 3 years ago

Same here. Upgrading to WPGraphQL 1.4.0 makes the blocks disappear from the GraphiQL IDE as well. Downgrading to 1.3.9/1.3.10 works fine. I'll try and dig around a bit to see what the issue is but any help is greatly appreciated!

aderaaij commented 3 years ago

Found the culprit - https://github.com/wp-graphql/wp-graphql/issues/1957. I think this needs to be fixed in the WPGraphQL plugin

aderaaij commented 3 years ago

Should be fixed with the new WP GraphQL release https://github.com/wp-graphql/wp-graphql/releases/tag/v1.4.1

shrenikTrukky commented 3 years ago

yes it's fixed in new version :)