Skip to content

Recursive types are not supported #412

@berenddeboer

Description

@berenddeboer

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions