GraphQL INPUT_OBJECT
Input for creation of a client group.
input CreateClientGroupInput {# Name of the client group.name: String!}