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

support recursive relationships #20

Open
uladkasach opened this issue Jan 31, 2024 · 1 comment
Open

support recursive relationships #20

uladkasach opened this issue Jan 31, 2024 · 1 comment

Comments

@uladkasach
Copy link
Member

for example

  • deployment.descent.parent = deployment
  • service.parent = service

getting typescript circular import error

    Error: UserInputError: User input error.input to prop.REFERENCES was undefined.

    For potential solutions, consider the following:
    - This could be caused by how typescript handles circular imports, due to your schema having circular references. Circular 
    references are an anti-pattern, so it may be best to re-evaluate the schema if you experience this.
@uladkasach
Copy link
Member Author

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

No branches or pull requests

1 participant