small graphql config changes

pull/8158/head
Gabriel Delavald 7 years ago
parent b9975a6f09
commit 3ef5c69171
  1. 2
      graphql.config.json
  2. 1
      package.json

@ -1,7 +1,7 @@
{
"schema": {
"request": {
"url" : "http://localhost:3000/graphql",
"url" : "http://localhost:3000/api/graphql",
"method" : "POST",
"postIntrospectionQuery" : true
}

@ -72,7 +72,6 @@
"testunit-watch": "mocha --watch --opts ./mocha.opts \"`node -e \"console.log(require('./package.json').mocha.tests.join(' '))\"`\"",
"coverage": "nyc -r html mocha --opts ./mocha.opts \"`node -e \"console.log(require('./package.json').mocha.tests.join(' '))\"`\"",
"testunit": "mocha --opts ./mocha.opts \"`node -e \"console.log(require('./package.json').mocha.tests.join(' '))\"`\"",
"testgraphql": "mocha --opts ./mocha.opts tests/end-to-end/graphql/*.js",
"version": "node .scripts/version.js",
"set-version": "node .scripts/set-version.js",
"release": "npm run set-version --silent"

Loading…
Cancel
Save