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

Recursive types are not supported #412

Open
berenddeboer opened this issue Aug 25, 2023 · 0 comments
Open

Recursive types are not supported #412

berenddeboer opened this issue Aug 25, 2023 · 0 comments

Comments

@berenddeboer
Copy link

Describe the bug
I have a recursive input (not my doing, I didn't invent this schema), and that breaks the generation:

input PremiseProduct_FilterInput {
  and: [PremiseProduct_FilterInput]
  not: PremiseProduct_FilterInput
  or: [PremiseProduct_FilterInput]
  id: IDOperator
}

Error: depth limit exceeded: 51

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