npm install
Run the subgraphs and Router, which use Apollo Server, using npm
npm run dev
The subgraphs are deployed all together in a single Express app. You can run them all together in production mode with
npm start
npm install
Run the subgraphs and Router, which use Apollo Server, using npm
npm run dev
The subgraphs are deployed all together in a single Express app. You can run them all together in production mode with
npm start