GraphQL INPUT_OBJECT

RecommendedProductInput

link Definition

  • input RecommendedProductInput {
  • # Unique ID of the product that is being recommended.
  • productId: Int!
  • # Value to determine the position of the recommended product.
  • position: Int!
  • }