Getting Started
Notes from previous meeting
- Custom query to solve recursion blocker
- Set up sample Neo4j database
- Apollo / GraphQL schema
- API server ⇒ Node + Express + Apollo server + Neo4j
- Getting API server hooked up on school VM (red hat, centos ?)

Task List
- [x] Create GraphQL schema
- [x] Set up API server ⇒ Node + Express + Apollo
- [x] Set up Neo4j database on Neo4j Sandbox
- [x] Create mutation script to seed some database data
- [x] Add Neo4j resolvers to API server (in Apollo)
- [x] Get schema relations mutations working (I think it works?)
- [x] Create a custom query to solve recursion problem with GraphQL
Remaining Questions