wp-graphql / wp-graphql-acf

WPGraphQL for Advanced Custom Fields
https://wpgraphql.com/acf
627 stars 123 forks source link

ACF fields is not showing in graphiql IDE #372

Closed ferdausalom closed 10 months ago

ferdausalom commented 11 months ago

ACF fields is not showing in graphiql IDE, even "Show in Graphql" setting selected.

josephfusco commented 11 months ago

Hey @ferdausalom, can you please provide more details with your situation?

If you could please provide instructions on how to reproduce the issue, such as if this is a custom post type, that would be helpful!

ferdausalom commented 11 months ago

WPGraphQL V: 1.19.0, WPGraphQL for Advanced Custom Fields V: 0.6.1, WordPress V: 6.4.2
ACF V: 6.2.4

Location rules for the ACF, added in Create and Edit User

josephfusco commented 11 months ago

Thanks!

Check out https://github.com/wp-graphql/wp-graphql-acf?tab=readme-ov-file#location-rules- You might have to manually map your ACF field group to the GraphQL schema.

I would recommend checking out the re-architected ACF for WPGraphQL plugin.

jasonbahl commented 10 months ago

@ferdausalom As @josephfusco mentioned, I would recommend checking out the new version of the plugin and if you experience any issues with it, please open an issue on the new repo: https://github.com/wp-graphql/wpgraphql-acf

Thanks!