wp-graphql / wpgraphql-acf

Re-architecture of WPGraphQL for ACF
GNU General Public License v3.0
83 stars 12 forks source link

Schema fails to load when field group is cloned on many different flexible content layouts #197

Closed jasonbahl closed 5 months ago

jasonbahl commented 5 months ago

Description

When an ACF Field Group is cloned onto many different ACF Field Groups, the schema fails to load.

Steps to reproduce

  1. With the following plugins active:
  1. Import the following ACF Field Groups export: dev-site-acf-backup2.json

  2. 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:

CleanShot 2024-04-18 at 16 50 35

CleanShot 2024-04-18 at 16 50 48

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:


related:

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.

Please confirm that you have disabled ALL plugins except for WPGraphQL, WPGraphQL For ACF, ACF, etc.