GraphQL Code Generator with SvelteKit and TypeScript Example
I’ve started using TypeScript on every new project I start with Svelte. My buddy Jamie Barton has helped me out with getting set up with the GraphQL Code Generator so that data is typed in the project.
This is a just so you know kind of guide as ther...