Queries:
++ query all the users
++ query all the blogs
++ query single user with id
++ query single blog with id
++ search the blogs with query
++ query the blogs of a user
++ query the friends of a user
++ query the mutual friends of two users
Mutations:
++ create a new blog
++ delete a blog
git clone
npm i
npm start
server will start on http://localhost:4000/