Entrepreneur3
09/15/2018, 4:29 PMconst server = new GraphQLServer({
typeDefs: './schema.graphql', <-- This line invokes the syntax error for some reason..
resolvers,
context: {
prisma
},
})
server.start(() => console.log('Server is running on <http://localhost:4000'>))