Had to revert back to 1.5.9 and Schema loads fine
1.6.0 and 1.6.1 do not load the schema in the IDE
-
This reply was modified 4 years, 11 months ago by
jchamie.
@jchamie hello!
Thanks for reporting the issue.
WPGraphQL v1.6 introduced a new “Lazy Loading” mechanism that some extension plugins don’t seem to play nice with.
I’m working with extension authors to get upgraded.
So far I’ve talked with the maintainers of WPGraphQL for WooCommerce and WPGraphQL for Gravity Forms about updating their codebases.
Can you share what WPGraphQL Extensions you might be using? I believe extensions that aren’t quite ready for v1.6 are the culprit behind GraphiQL not loading properly as Introspection Queries are failing.
Tracked it down to this plugin:
WPGraphQL WooCommerce (WooGraphQL) Version 0.10.2 by kidunot89
We have it to add woocommerce schemas. When I disable it, the problem goes away.
I’ve been working with @kidunot89 to get WPGraphQL for WooCommerce updated to be compatible with WPGraphQL v1.6.1.
Keep an eye out for releases of that plugin.