GraphQL CEP
October 2, 2016 ยท View on GitHub
Query any CEP (Brasil) using GraphQL
Test it here: https://graphql-cep-liimjftpnr.now.sh

Command
Setup
npm install
Develop
npm run watch
Production
# first compile the code
npm run build
# run graphql compiled server
npm start
Flow
npm run flow
Or
flow
Schema
Take a look on the Schema
Based on graphql-dataloader-boilerplate