Bryan Ricker
Bryan Ricker
I am converting this to Draft while I investigate the test failures. I need help from the maintainers to understand these failures. For the record: This change _does_ fix the...
The rule seems to be sensitive to certain indentation. Here are a few examples where the rule is _not_ triggered but it should be: ```python def sql(): foo = "foo"...
I hacked around this by using the ["Add" plugin](https://the-guild.dev/graphql/codegen/plugins/other/add) to add `// @ts-nocheck` to the top of the output file. It's silly but it worked for me and it's simple....