@johnydays/graphql-sequelize

v2.1.2
GraphQL & Relay for MySQL & Postgres via Sequelize
graphql sequelize

prepublish

npm run check && npm run build

check

npm run lint && npm run test-unit

lint

eslint src

build

rm -rf lib/* && babel src --ignore test --out-dir lib

test

npm run test-unit && npm run test-docker

test-watch

npm run test-unit -- --watch

test-unit

mocha $npm_package_options_mocha test/unit/*.test.js test/unit/**/*.test.js

build-docker

docker-compose build

test-docker

DIALECT=${DIALECT:=postgres} docker-compose run dev /bin/sh -c "npm run test-integration"

test-integration

mocha $npm_package_options_mocha test/integration/*.test.js test/integration/**/*.test.js
npm i @johnydays/graphql-sequelize

Metadata

  • MIT
  • Whatever
  • Mick Hansen
  • released 6/22/2016

Downloads

Maintainers