I want to filter my products by category name, category is a type also:
type Product { id: String! name: String! category: Category! } type Category {