GraphQL OBJECT

PartnerGroup

Partner group in which the product list is used.

link Definition

  • type PartnerGroup {
  • # Partner group ID.
  • id: Int
  • # Partner group name.
  • name: String
  • # Client ID.
  • clientId: Int
  • # The product list for which the notification applies.
  • productList: ProductList
  • }