[Community help wanted!] TypeScript Feedback v0.33+

How are you finding the generated types?
graphql-code-generator has always been my choice for generating gql types. So, yes, I’m digging it.

Are there any cases where you’re not getting the expected types?
Having some trouble importing enums directly from graphql.d.ts. See issue

1 Like

Hi,
I noticed that TS doesn’t like adding the prerender prop to the not found page like described in the Docs
Docs - Prerender not found page

I think I found the issue and created a tiny pull request but didn’t do any testing outside my own redwood-app yet though.

Draft pull request

This would be my first proper code contribution, so please help me out if I’m missing something.

3 Likes

In case you still need it @danny wrote a solution for this errors here :