The starter app has already done almost all of the work for us. The api folder's structure is as follows:
.
├── package.json
├── README.md
└── src
├── functions
├── graphql-schema.js
├── index.js
├── initialize.js
├── schema.graphql
└── seed
The only file we will need to modify to meet our application goals is the schema.graphql file.