Open andriuszibaitis opened 1 year ago
From the earlier messages about what was imported from woocommerce with the warning that it generated no nodes, these graphql elements will not be available for queries and cause errors.
I'm assuming your woocommerce has more than 0 items in it, so verify your configuration and keys are the correct ones. I expect once you are importing some items, these errors will go away.
If you want to share your woocommerce plugin config (without any API keys or other sensitive data) someone with experience with that plugin may have additional advice.
Describe the bug When I attempt to use WPGraphQL WooCommerce (WooGraphQL) in conjunction with gatsby-source-woocommerce, I encounter numerous errors related to missing pageInfo fields.
To Reproduce Steps to reproduce the behavior:
Expected behavior I expected the gatsby-source-woocommerce to communicate seamlessly with my WordPress site through WPGraphQL WooCommerce (WooGraphQL).
Screenshots
Plugin Versions: WooGraphQL Version: 0.18.0 WPGraphQL Version: 1.16.0 WordPress Version: 6.3.1 WooCommerce Version: 8.1.1
I also use this plugins (I tried deactivate this plugins): WPGraphQL for Advanced Custom Fields Version: 0.6.1 WP GraphQL Polylang: 0.6.0 WP Gatsby: 2.3.3
The issue first arose right after I installed WPGraphQL WooCommerce (WooGraphQL).