Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clone fields not registering in schema #233

Open
2 of 3 tasks
whatworksglobal opened this issue Aug 2, 2024 · 0 comments
Open
2 of 3 tasks

Clone fields not registering in schema #233

whatworksglobal opened this issue Aug 2, 2024 · 0 comments
Labels
needs: reproduction This issue needs to be reproduced independently

Comments

@whatworksglobal
Copy link

Description

The following clone fields are registered in the schema:

  • Top Level Seamless ❌
  • Top Level Group ❌
  • Nested Seamless ✅
  • Nested Group ❌

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
          }
        }
      }
    }
  }
}
  1. 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.

  • 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.
@josephfusco josephfusco added the needs: reproduction This issue needs to be reproduced independently label Aug 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs: reproduction This issue needs to be reproduced independently
Projects
None yet
Development

No branches or pull requests

2 participants