Using spacex GraphQL database along with apollo, codegen, react and typescript
Codegen is used here for developing typescript types based on remote GraphQL database schema and documenting graphql queries in repository. The configuration for same is present in codegen.yml
file.
yarn run codegen --verbose
Start the app using:
yarn start