Skip to content

Files

Latest commit

8b32656 · Oct 2, 2022

History

History
This branch is 9 commits behind MoonHighway/production-ready-graphql:main.

01-defer-stream

defer & stream in the GraphQL Bleeding Edge Playground

IMPORTANT NOTE

Testing this app requires that you use version 12-14 of Node. Use nvm to adjust the version.

Setup instructions

  1. Clone this repo
  2. Make sure you have yarn and node v14 installed
  3. Run yarn install

Usage

Start the server with yarn server:start

Start the frontend yarn start

Visit localhost:3000/__dev__/graphiql

Execute some operations :)