graphql-cep icon indicating copy to clipboard operation
graphql-cep copied to clipboard

Query any CEP using GraphQL - https://graphql-cep-liimjftpnr.now.sh

GraphQL CEP

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