gatsbyjs / wp-gatsby

WordPress plugin for gatsby-source-wordpress
Other
167 stars 41 forks source link

fix: Set publicly_queryable for WPGraphQL 1.6.7+ #201

Closed TylerBarnes closed 3 years ago

TylerBarnes commented 3 years ago

WPGraphQL made a breaking change in a minor release v1.6.7 which caused delta updates to stop working. This PR fixes that.

Related to https://github.com/wp-graphql/wp-graphql/issues/2142 and https://github.com/gatsbyjs/gatsby/discussions/33856

Closes https://github.com/gatsbyjs/wp-gatsby/issues/200