Skip to content

graphqlworkshop/snowtooth-subscriptions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

3 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Snowtooth Subscriptions Lab ๐Ÿ”

In this activity, you'll add subscription support to Snowtooth Mountain, a real GraphQL API for a fake ski resort.

Setup ๐Ÿšก

  1. In your Terminal or Command Prompt, Download or Clone this Repository: git clone https://github.com/graphqlworkshop/snowtooth-subscriptions
  2. Change directory: cd snowtooth-subscriptions
  3. Install dependencies: npm i
  4. Start the Server: npm start
  5. Open the browser to: http://localhost:4000

Lab Instructions ๐Ÿš 

  1. Add a subscription to handle changes in Lift status
  2. Add a subscription to handle changes in Trail status

About

A lab focused on building subscriptions with GraphQL and Apollo Server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors