GraphQL OBJECT

RecommendedProduct

link Definition

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