In this project I learned about how to implement a graphql Api in Java Spring.
addCategory : Insert a new category
addProducts : Insert a new Product
categoryById : Returns a category by id
products : Returns all products and their categories
categories : Returns all categories