https://github.com/ryands17/graphql-codegen
Getting the best developer experience with GraphQL using TypeScript and Codegen
https://github.com/ryands17/graphql-codegen
graphql graphql-codegen typescript
Last synced: 12 months ago
JSON representation
Getting the best developer experience with GraphQL using TypeScript and Codegen
- Host: GitHub
- URL: https://github.com/ryands17/graphql-codegen
- Owner: ryands17
- Created: 2020-01-04T05:21:57.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T05:08:45.000Z (over 2 years ago)
- Last Synced: 2024-05-18T07:45:46.443Z (almost 2 years ago)
- Topics: graphql, graphql-codegen, typescript
- Language: TypeScript
- Homepage:
- Size: 1.22 MB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Type inference for Apollo in React
## Available Scripts
In the project directory, you can run:
### `yarn start`
Runs the app in the development mode.
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
### `yarn dev`
Runs the app in the development mode alongside GraphQL codegen in watch mode.
This will watch for any changes in your _.graphql_ files and create types on the fly.