wp-graphql / wp-graphql-acf

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

New WP-GraphQL Update ACF Flexible Content Field Layouts Not Displaying in Query Composer #312

Closed jhochgrevetsd closed 1 year ago

jhochgrevetsd commented 2 years ago

As an example, we have a layout called Page_Contentmodules_Content_StandardContent. If I manually add:

... on Page_Contentmodules_Content_SideBySideContentColumns (and all of its content fields)

to the query, it still pulls the content but the layout itself no longer displays in the composer.

ArmandPhilippot commented 2 years ago

It's seems to be related to the new GraphiQL version and not this plugin. See: https://github.com/wp-graphql/wp-graphql/issues/2287

jasonbahl commented 1 year ago

I believe this was addressed by https://github.com/wp-graphql/wp-graphql/pull/2572