This is the starting point for Odyssey Lift-off: Destination Supergraph! You can find the course lessons and instructions on Odyssey, Apollo's learning platform.
We'll be turning this GraphQL server into a subgraph to expand the Catstronaut's supergraph, along with the users subgraph.
-
In a terminal window, install the packages.
npm install
-
Then, run the server.
npm start
This will start the GraphQL server on localhost:4001
, where you can use Apollo Sandbox to run queries.
Follow the course instructions to turn this server into a subgraph.
For any issues or problems concerning the course content, please refer to the Odyssey topic in our community forums.