Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 950 Bytes

File metadata and controls

41 lines (26 loc) · 950 Bytes

graphql2typescript

About

Graphql2typescript is a library that convert graphql schema to typescript types and save them into file.

If you would like to know how you can use it, please check this README file.

Table of contents

Installation

Usage

Example Schema

Support

If you have any problem during using graphql2typescript library please create an issue or contact me directly:

jedrzejdabrowski.jd@gmail.com

License

MIT 🕊

Contribute

  1. Fork this repo
  2. Create your feature branch: git checkout -b feature-name
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request