Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 260 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 260 Bytes

graphql-to-typescript

This tool can generates TS types from GraphQL schema

How to use

  1. Add the GraphQL schema you want to convert in input.graphql file.
  2. Run npm run convert to generate TS types (output will be saved at ./output/index.ts)