Right now our database is read-only. Let's fix that!
In GraphQL you make changes to your database using what are called mutations. We can define a mutation in our schema and then create a new lambda function that handles writing to our DynamoDB table.