Richard Trembecký

Results 29 comments of Richard Trembecký

I can double-confirm here, having issues with node 17, where 16 works. Have you guys figured out some workaround or something?

hey, wow, actually, I had the same problem and it solved by the suggestion number 4! thanks. @roussanoff maybe it will be your case, too. however, there was this problem...

Hey, I confirm this. I wanted to use `@graphql-codegen/add` of version `2.0.2`, but the line is not added on top of the files. BTW, as of version 2.0.0, the plugin...

I'll continue with a related topic, which is the integration with Jest. I think I figured this one out, so I want to share my Jest config here to help...

@solomonhawk You're right. I don't check coverage in my project, but I tested it now and it's hugely off indeed.

@tettoffensive Hi, I can provide no update on this.

Hi, just stumbled on this problem as well. Importing the enum from the cacheDir indeed works, because it's the real `enum` code, not just a declaration (`declare enum`). So in...

so you run `graphql-let` first and then `next build`? where does it fail?

I migrated a column from `jsonb` to `text[]`, defined `__text: string[]` in `codegen.yml` and generated typescript types. The type of queried data was cool, but I found out I can't...

@danstepanov this was nearly a year ago, so I don't remember well, but I believe this is a problem of Hasura - when you use `text[]` as a field format,...