wp-graphql / wpgraphql-acf

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

Clone fields not registering in schema #233

Open whatworksglobal opened 2 months ago

whatworksglobal commented 2 months ago

Description

The following clone fields are registered in the schema:

All of the above clone fields should get registered in the schema, not just Nested Seamless.

Steps to reproduce

  1. Import the field group: group_66ac73a03007c.json
  2. Create a page and fill with dummy data: image
  3. Execute query:
    query Test {
    pages {
    nodes {
      title
      pageFields {
        title
        topLevelCloneGroup {
          title
        }
        group {
          title
          nestedCloneGroup {
            title
          }
        }
      }
    }
    }
    }
  4. Fields don't exist:

image

PHP or JSON export of the ACF Field Group(s)

group_66ac73a03007c.json

Additional context

No response

WPGraphQL Version

1.27.2

WPGraphQL For ACF Version

2.4.1

ACF (Advanced Custom Fields) Version. Free or Pro?

6.3.5 Pro

WordPress Version

6.6.1

PHP Version

8.1.23

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.