toshifumiimanishi / IT-Nite

HTML や CSS、JavaScript を中心としたフロントエンドの技術を紹介するメディア兼ポートフォリオ
https://it-nite.netlify.com
MIT License
0 stars 0 forks source link

gatsby-plugin-graphql-codegen から gatsby-plugin-typegen へ変更 #35

Open toshifumiimanishi opened 2 years ago

toshifumiimanishi commented 2 years ago

動機

gatsby-plugin-graphql-codegen is what you want. However, other maintainers and I haven't been able to keep this repo up to shape. Please have a look at @cometkim's graphql-plugin-typegen which does almost the same thing & better maintained.

gatsby-plugin-graphql-codegenREADME.md に記載されている通り、今後 gatsby-plugin-graphql-codegen はメンテナンスが困難になるため同様の機能(GraphQL の型を自動で生成する)を有する gatsby-plugin-typegen に変更します。