We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3a7a81 commit 6007ebeCopy full SHA for 6007ebe
server.js
@@ -3,7 +3,7 @@ const bodyParser = require('body-parser');
3
const graphqlExpress = require('apollo-server-express').graphqlExpress
4
const graphiqlExpress = require('apollo-server-express').graphiqlExpress
5
6
-const schema = require('./schema4.js')
+const schema = require('./schema.js')
7
8
const app = express();
9
0 commit comments