apollo-server -> graphql-server upgrade, node-uuid -> uuid, supertest=2 -> supertest-3 (#39)

This commit is contained in:
jonathan schatz
2017-04-17 02:00:43 -07:00
committed by Mihail Diordiev
parent a0bbc23ef1
commit 073f27f720
5 changed files with 29 additions and 30 deletions

View File

@ -1,4 +1,4 @@
var graphiqlExpress = require('apollo-server').graphiqlExpress;
var graphiqlExpress = require('graphql-server-express').graphiqlExpress;
module.exports = graphiqlExpress({
endpointURL: '/graphql',