Sandbox for me and the team, based on Ben Awad's helpful tutorial.
- If you haven't already, run
npm install
to install the necessary packages for the program. - Run
npm start
- Point your browser to localhost:4000/graphql
- You should see Apollo's playground interface render on your screen
- Run GraphQL queries on left, see responses on right
- Create tabs to organize query examples for demo purposes, if you'd like!