Export graphql schema to a typescript file.
# Install dependencies
yarn
# Or
npm i
# Run script
yarn export https://api.spacex.land/graphql/
# Or
npm run export https://api.spacex.land/graphql/
- Command line arguments parsing, especially for parser configuration
- List and arguments types handling