## What is expected - route for adding a new course 1. Route: `user/addCourse` 2. Params: req.user.id | req.body.courseId | - route for removing a course - updating the course assigned colour - select a class for a course ## What to be in mind - validate the information given from the request - handling the graphql errors