graphql-sequelize-helper
Version:
graphql-sequelize-helper transform Sequelize models to GraphQL schemas that is compatible with Relay. * <a href="http://docs.sequelizejs.com/">Sequelize</a> is a promise-based Node.js ORM for Postgres, MySQL, SQLite and Microsoft SQL Server. It features s
51 lines (50 loc) • 1.23 kB
JSON
{
"name": "graphql-sequelize-helper",
"author": "colter <f89688563@gmail.com>",
"keywords": [
"GraphQL",
"Sequelize",
"Relay",
"Orm",
"simple-graphql"
],
"version": "0.0.5",
"main": "lib/index",
"scripts": {
"compile": "babel -d lib/ src/",
"prepublishOnly": "npm run compile"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/j-colter/graphql-sequelize-helper/issues"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com:j-colter/graphql-sequelize-helper.git"
},
"dependencies": {
"camelcase": "^5.0.0",
"dataloader": "^1.4.0",
"decamelize": "^2.0.0",
"defaults": "^1.0.3",
"graphql": "^0.13.2",
"graphql-relay": "^0.5.5",
"graphql-sequelize": "^8.1.2",
"lodash": "^4.17.10",
"moment": "^2.22.2",
"mysql2": "^1.5.3",
"pluralize": "^7.0.0",
"sequelize": "^4.37.10"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"chai": "^4.1.2",
"chai-as-promised": "^7.1.1",
"mocha": "^5.2.0",
"mochawesome": "^3.0.2"
}
}