GraphQL OBJECT
PartnerGroup
Partner group in which the product list is used.
link Definition
- type PartnerGroup {
- #   Partner group ID.
- : Int 
- #   Partner group name.
- : String 
- #   Client ID.
- : Int 
- #   The product list for which the notification applies.
- : ProductList 
- }