Skip to content

blueberryapps/graphql-playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Node.js and React stack for playing

How to start?

Backend

  • cd backend
  • yarn
  • yarn start

and play with es6 node server

Frontend

classic create-react-app base

  • cd frontend
  • yarn
  • yarn start

Exercise

  1. Backend schema

Data Model:

   type Channel {
     id: ID!
     name: String
   }
  1. Connect Client

  2. Mutations

  3. Subscriptions

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published