ProductInput

(INPUT_OBJECT)

for editing product texts and label

link GraphQL Schema definition

  • input ProductInput {
  • # main title of product
  • title: String
  • # full product description
  • long: String
  • # short description without HTML tags
  • short: String
  • # identificator for SEO-friendly URL
  • url_identificator: String
  • }