startServer();

const app = express();

echo "Starting server..." node server.js

app.listen(4000, () => console.log('Apollo Server with GraphiQL at http://localhost:4000/graphql'); );

Graphiql Install May 2026

startServer();

const app = express();

echo "Starting server..." node server.js

app.listen(4000, () => console.log('Apollo Server with GraphiQL at http://localhost:4000/graphql'); );