Skip to content

millyrowboat/graphql-subscription-hack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GraphQl Subscription Example

Instructions

Run the server

cd server
npm run dev

Run the app

cd client
yarn start

Navigate to

localhost:4000/graphql

Run a mutation query like:

mutation addBook {
  addBook(title: "Title", author: "Author") {
    title
    author
  }
}

You should see the UI updated in REAL TIME!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published