mirror of
https://github.com/cupcakearmy/blog-typescript-graphql.git
synced 2024-12-22 00:06:27 +00:00
This is the companion repo to the blog post about GraphQL with Typescript.
src | ||
static | ||
.gitignore | ||
.graphqlrc.yml | ||
.npmrc | ||
codegen.yaml | ||
package.json | ||
pnpm-lock.yaml | ||
README.md | ||
svelte.config.js | ||
tsconfig.json |
A sane and efficient guide for consuming GraphQL endpoints in Typescript
This is the companion repo to the blog post about GraphQL with Typescript.
This is skeleton svelte kit app. The relevant files are:
.graphqlrc.yml
codegen.yaml
src/lib/gql
Running
pnpm i
pnpm run generate # Generate GraphQL stuff
pnpm run dev