You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 23, 2024. It is now read-only.
I have the following problem, that I think relates to this plugin:
I have a custom post type
There are 2 different ACF groups with repeater assigned to 2 different posts within this post type
This repeater field named "items"
First ACF groups has items with fields "title", "date", second one has items with fields "title", "description", "url"
When you query over WP GraphiQL for the second post description and url will be always "null", until you change the name of repeated to a different one. From "items" to "items_second" for example
ACF version - 5.8.12
WP GraphQL - 0.12.3
WPGraphQL for Advanced Custom Fields - 0.3.5 (Tested on 0.4 too)
Custom Post Type UI - 1.8.0