gatsbyjs / gatsby-source-wordpress-experimental

The upcoming v4 of gatsby-source-wordpress, currently in beta
MIT License
385 stars 100 forks source link

"warning gatsby-source-wordpress Unable to find a single Node query for PaymentGateway" after plugins upgrade #297

Closed emilianoglucero closed 4 years ago

emilianoglucero commented 4 years ago

Hello

I'm getting this error since I have upgraded WPgraphQL, WPGatsby and gatsby-woordpress-experimental plugin to the latest versions today. The 'paymentGateways' node is not available in my schema.

warning  gatsby-source-wordpress  Unable to find a single Node query for PaymentGateway
        This type will not be available in Gatsby.

I'm using Woocommerce + Wordpress. Any clue? Thanks in advance.

TylerBarnes commented 4 years ago

Hi there, this warning has always been around for WooCommerce because that type doesn't have a single node root field. Odd that you weren't seeing it before because this has always been the case. 🤔

emilianoglucero commented 4 years ago

Thanks for your reply! You're right. The problem was a multicurrency plugin I had used.