I have 2 queries. The first one takes in brandId and returns an array of productIds that belongs to this brand.
getProducts(brandId: Int!): [productId]