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
- Host: GitHub
- URL: https://github.com/pkoretic/graphql-micro-sequelize
- Owner: pkoretic
- License: mpl-2.0
- Created: 2017-11-18T11:50:13.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-14T16:09:50.000Z (over 8 years ago)
- Last Synced: 2026-04-26T01:09:36.439Z (3 months ago)
- Language: JavaScript
- Size: 33.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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}}}
```