blog-typescript-graphql/README.md

382 B

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