GraphQL CEP

October 2, 2016 ยท View on GitHub

Query any CEP (Brasil) using GraphQL

Test it here: https://graphql-cep-liimjftpnr.now.sh

graphql-cep

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

Contents

  1. 1Command
  2. 1.1Flow
  3. 1.2Schema