You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The tool is well suited for expansive but uninteresting schemas. I've seen other issues raised because the tool does not work with some graphql syntax. Your best bet is to work manually with the schema. Unless you have unlimited time to burn on fixing the code to deal effectively with recursion. I have no idea how, but I'm sure it's possible.
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
The text was updated successfully, but these errors were encountered: