Graphiql Install ((hot)) -
const app = express();
;
await server.start();
startServer();
const app = express();
app.all('/graphql', createHandler( schema, rootValue: root )); graphiql install
app.listen(4000, () => console.log('✅ GraphiQL running at http://localhost:4000/graphiql'); ); EOF const app = express(); ; await server