Type instantiation is excessively deep and possibly infinite.
Type instantiation is excessively deep and possibly infiniteI’m new to TypeScript and don’t have much experience with its type system. My project has a complex directory structure with multiple levels of nesting, and I suspect the deeply nested structure might be causing the issue.
Here is how directory structure roughly looks like:
Are there general best practices for handling query and mutation definitions in a project with this kind of nested structure?
