GraphQL OBJECT
type RecommendedProduct {# Product that is being recommended.product: Product # Value to determine the position of the recommended product.position: Int }