blog-typescript-graphql/README.md

19 lines
382 B
Markdown
Raw Normal View History

2021-12-31 08:39:03 +00:00
# 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](https://kit.svelte.dev/) app. The relevant files are:
- `.graphqlrc.yml`
- `codegen.yaml`
- `src/lib/gql`
## Running
```bash
pnpm i
pnpm run generate # Generate GraphQL stuff
pnpm run dev
```