An open API service indexing awesome lists of open source software.

https://github.com/pkoretic/graphql-micro-sequelize

An example service using apollo graphql server with zeit micro framework and sequelize orm
https://github.com/pkoretic/graphql-micro-sequelize

Last synced: about 1 month ago
JSON representation

An example service using apollo graphql server with zeit micro framework and sequelize orm

Awesome Lists containing this project

README

          

# graphql-micro-sequelize
An example service using apollo graphql server with zeit micro framework and sequelize orm

## build and start
```
npm install
npm run dev

# url address will be copied to clipboard
# for GraphiQL
# http://localhost:3000/graphiql

# example HTTP querying
# http://localhost:3000/?query={author{firstName,lastName,posts{title}}}
```