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
Describe the bug
I have a recursive input (not my doing, I didn't invent this schema), and that breaks the generation:
Error: depth limit exceeded: 51