-
Notifications
You must be signed in to change notification settings - Fork 15
Description
Description
When an ACF Field Group is cloned onto many different ACF Field Groups, the schema fails to load.
Steps to reproduce
- With the following plugins active:
- WPGraphQL v1.23.0
- ACF PRO v6.2.7
- WPGraphQL for ACF v2.2.0
- WPGraphQL IDE 1.1.0 (optional)
-
Import the following ACF Field Groups export: dev-site-acf-backup2.json
-
Try to load the GraphiQL IDE
Expectation:
IDE loads and I can browse the schema and test queries, etc
Actual:
IDE fails to load the schema and outputs the following errors:
PHP or JSON export of the ACF Field Group(s)
dev-site-acf-backup2.json (also referenced above)
Additional context
This appears to maybe be caused by the array_merge_recursive() within WPObjectType and WPInterfaceType that implements fields from Interfaces onto implementing Interfaces and Object types.
Additionally, there appears to be some recursive functions that could bail early within WPGraphQL for ACF.
The issue seems closely related to:
- Group field types
- Clone field types
- Interface fields being applied to other Interfaces / Object Types
related:
- feat: improved handling of clone and group fields #193
- fix: recursion issues with interfaces wp-graphql#3100
WPGraphQL Version
1.23.0
WPGraphQL For ACF Version
2.22.0
ACF (Advanced Custom Fields) Version. Free or Pro?
6.2.7 (pro)
WordPress Version
6.5.2
PHP Version
8.2
Additional enviornment details
No response
Please confirm that you have searched existing issues in the repo.
- Yes
Please confirm that you have disabled ALL plugins except for WPGraphQL, WPGraphQL For ACF, ACF, etc.
- Yes
- My issue is with compatibility with a specific WordPress plugin, and I have listed all my installed plugins (and version info) above.

