From 199c6efb787c792fea482dade755c4f5d4827f7a Mon Sep 17 00:00:00 2001 From: Hyeseong Kim <cometkim.kr@gmail.com> Date: Thu, 5 Sep 2019 02:50:18 +0900 Subject: [PATCH] Update README.md --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7b9f75d..2f9a4a5 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,17 @@ # 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/) -- GitLab