startServer();
const app = express();
echo "Starting server..." node server.js
app.listen(4000, () => console.log('Apollo Server with GraphiQL at http://localhost:4000/graphql'); );
startServer();
const app = express();
echo "Starting server..." node server.js
app.listen(4000, () => console.log('Apollo Server with GraphiQL at http://localhost:4000/graphql'); );