Skip to content
Snippets Groups Projects
user avatar
Hyeseong Kim authored
14fe5630
History

gatsby-plugin-typegen

Watch changes, Automatically generates TypeScript definitions.

  • Schema extraction
  • Generates code using graphql-codegen
  • Auto-fixing codes using <StaticQuery> and useStaticQuery() with generated type parameter.

Requirements

  • Node v10.0.0 +
  • GatsbyJS v2 +

Acknowledgements