GraphQL OBJECT

ClientGroup

Client group.

link Definition

  • type ClientGroup {
  • # Unique ID of the client group.
  • id: Long!
  • # Clients in the client group.
  • clients: [Client]
  • # Client group name.
  • name: String!
  • }