Hi,
I am trying build a Gatsby site by fetching data from WordPress.
ACF data seems to not be pulled.
I have a self hosted WordPress, I have set the "useACF: true" option .
If I understand correctly, I should now have access to "childWordpressAcfField" from GraphQL.
However I do not see it appearing in the GraphQL UI, and trying to query for it returns the error "Cannot query field "childWordpressAcfField" on type "wordpress__POST"
Any idea?