Skip to content
Snippets Groups Projects
Unverified Commit 199c6efb authored by Hyeseong Kim's avatar Hyeseong Kim
Browse files

Update README.md

parent d8e439b5
No related branches found
No related tags found
No related merge requests found
# gatsby-plugin-typegen
Code generate for ALL your Gatsby nodes
Watch changes, Automatically generates TypeScript definitions.
- [x] Schema extraction
- [x] Generates code using graphql-codegen
- [ ] Auto-fixing codes using `<StaticQuery>` and `useStaticQuery()` with generated type parameter.
## Requirements
- Node v10.0.0 +
- GatsbyJS v2 +
## Acknowledgements
- [graphql-plugin-extract-code](https://github.com/NickyMeuleman/gatsby-plugin-extract-schema)
- [graphql-code-generator](https://graphql-code-generator.com/)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment