apollo-typescript-example
apollo-typescript-example copied to clipboard
Apollo Client 2.0 + TypeScript example
Apollo Client + TypeScript minimal example
Minimal example showcasing type-safe access to authenticated GitHub GraphQL API via Apollo Client 2.0 & apollo-codegen. ✨

How to run
yarn- Enter your GitHub personal access token to the
.envfile. yarn generate-schema– you can inspectschema.tsafter it finishesyarn start