luizportela / graphql-playground

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:JavaScript 76.9%Language:HTML 14.7%Language:CSS 8.5%