Closed
Description
I have a schema generated by a hasura instance that is causing the rust compiler to panic.
thread 'rustc' has overflowed its stack
Schema and query causing the issue:
rustc_panic.zip
I had some code working successfully with a previous schema, but I added some tables and now I'm getting a stack overflow.
I'm wondering if there's some recursive relationships in my schema that are causing issues, or just the size of the schema itself (hasura generates a ton of schema)... mine is currently 732kb of JSON