graphql-to-typescript This tool can generates TS types from GraphQL schema How to use Add the GraphQL schema you want to convert in input.graphql file. Run npm run convert to generate TS types (output will be saved at ./output/index.ts)