Skip to content
Discussion options

You must be logged in to vote

WPGraphQL only exposes ACF fields that are explicitly opted in. Each field (and its field group) needs 'show_in_graphql' => true, plus a defined graphql_field_name. If you register field groups programmatically, set it there; if a field is missing from the schema, that flag is almost always why.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Kevinchamplin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant