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

Conflict with wpgraphql new version and graphql IDE not working #116

Closed shrenikTrukky closed 3 years ago

shrenikTrukky commented 3 years ago

WPGraphQL IDE not working with current wp-graphql-gutenberg version. showing error in console panel.

Screenshot 2021-07-30 at 9 50 46 AM
jonsherrard commented 3 years ago

@shrenikTrukky having worked with this plugin for the last week I can tell you it's so so SO finicky to get working.

Reason's it may not be wroking:

I recommend you add GRAPHQL_DEBUG, TRUE, to your ENV or wp-config for more information.

shrenikTrukky commented 3 years ago

@shrenikTrukky having worked with this plugin for the last week I can tell you it's so so SO finicky to get working.

Reason's it may not be wroking:

  • PHP Version
  • WP Version
  • WP GraphQL Plugin Version
  • Integration with other plugins like ACF

I recommend you add GRAPHQL_DEBUG, TRUE, to your ENV or wp-config for more information.

PHP Version 7.4.1 WP Version 5.8 WP GraphQL Plugin Version 1.6.2 All other plugins are disabled and checked still happen this error and GRAPHQL_DEBUG already TRUE.

jasonbahl commented 3 years ago

👋🏻 I have a PR that I believe resolves the incompatibility with WPGraphQL v1.6: https://github.com/pristas-peter/wp-graphql-gutenberg/pull/117