Skip to content

Extracts types from a graphql endpoint to a typescript file

Notifications You must be signed in to change notification settings

lviot/graphql-types-extractor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

graphql-types-extractor WIP

Export graphql schema to a typescript file.

Usage 🛠

# Install dependencies
yarn
# Or
npm i
# Run script
yarn export https://api.spacex.land/graphql/
# Or
npm run export https://api.spacex.land/graphql/

Incoming features 💡

  • Command line arguments parsing, especially for parser configuration
  • List and arguments types handling

About

Extracts types from a graphql endpoint to a typescript file

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published