Skip to content
This repository has been archived by the owner on Aug 10, 2022. It is now read-only.

Latest commit

 

History

History
21 lines (16 loc) · 274 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 274 Bytes

the-lab

$ nvm use (optional) $ yarn $ yarn start

React app (client)

GraphiQL

GraphiQL

Here is a basic query to try using GraphiQL

{
  users(first: 10) {
    firstname
    lastname
  }
}