Define GraphQL types linked to classes


Keywords
girin, graphql, graphql-schema, typescript
License
MIT
Install
npm install girin@0.6.1

Documentation

Girin 🦒

npm version Build Status codecov

Development

Initialization

# 1. clone the repository
git clone https://github.com/hanpama/girin

# 2. cd into it
cd girin

# 3. install dependency and link packages
npm run bootstrap

# 4. run typescript compiler server
npm run watch

Testing and Debugging

npm test