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