GraphQL OBJECT

ProductGroup

Reporting group of the product.

link Definition

  • type ProductGroup {
  • # Reporting group code.
  • id: Long!
  • # Reporting group name.
  • name: String!
  • }