Skip to content

fix: clone field resolver bug #254

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

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from
Open

Conversation

jasonbahl
Copy link
Contributor

What does this implement/fix? Explain your changes.

This fixes (or at least attempts to 🤞) a bug where clone fields were not resolving properly.

Need more thorough testing but I'm having good luck with these changes.

Does this close any currently open issues?

closes #250

Any other comments?

Before:

Schema failed to load:

CleanShot 2025-04-07 at 14 47 15

After:

CleanShot 2025-04-07 at 14 46 02

Schema loads and fields can be queried as expected

- modify how data is passed down from group fields
- modify how field keys are mapped for groups where clone field keys are also passed down
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Clone field problems, fields return null
1 participant