apollo-server -> graphql-server upgrade, node-uuid -> uuid, supertest=2 -> supertest-3 (#39)
This commit is contained in:
committed by
Mihail Diordiev
parent
a0bbc23ef1
commit
073f27f720
@ -1,4 +1,4 @@
|
||||
var graphiqlExpress = require('apollo-server').graphiqlExpress;
|
||||
var graphiqlExpress = require('graphql-server-express').graphiqlExpress;
|
||||
|
||||
module.exports = graphiqlExpress({
|
||||
endpointURL: '/graphql',
|
||||
|
Reference in New Issue
Block a user