GraphQL INPUT_OBJECT

CreateClientGroupInput

Input for creation of a client group.

link Definition

  • input CreateClientGroupInput {
  • # Name of the client group.
  • name: String!
  • }

link Required by