gatsbyjs/gatsby-source-wordpress-experimental

ACF not registered on gatsby-source-wordpress-experimental

Closed this issue · 4 comments

Hy, i have found some issue, i created a menu called Featured Product using the CPT UI plugin, then I created some fields using ACF with the field group name is featuredProductField, the problem is featuredProductField is not registered in the gatsbyjs schema

featuredProductField registerd in the wpgraphql schema
wpgraphql

featuredProductField not registerd in the gatsby schema
gatsby-wpgraphql

package:

  • gatsby-source-wordpress-experimental@v4
  • wpgraphql v1
  • WPGraphQL Custom Post Type UI
  • WPGraphQL for Advanced Custom Fields

Hi @muhrusdi , in order to debug this we'll need a reproduction /graphql url and a Gatsby site repo. Thanks!

@muhrusdi have you tried running gatsby clean?

fixed in gatsby-source-wordpress-experimental v5.0.2 & WPGraphQL v1.0.2

Woo :D Glad to hear it, thanks for letting us know @muhrusdi !