In this activity, you'll add subscription support to Snowtooth Mountain, a real GraphQL API for a fake ski resort.
- In your Terminal or Command Prompt, Download or Clone this Repository:
git clone https://github.com/graphqlworkshop/snowtooth-subscriptions - Change directory:
cd snowtooth-subscriptions - Install dependencies:
npm i - Start the Server:
npm start - Open the browser to:
http://localhost:4000
- Add a subscription to handle changes in
Liftstatus - Add a subscription to handle changes in
Trailstatus