Skip to main content

ClientCreateInput

Create new client input

input ClientCreateInput {
name: ID!
isActive: Boolean
group: ID!
id: ID
}

Fields

ClientCreateInput.name ● ID! non-null scalar

No blank, no special characters (except "_" and "-"). The name will be lowercase

ClientCreateInput.isActive ● Boolean scalar

Indicates whether a Client is active or inactive

ClientCreateInput.group ● ID! non-null scalar

IAM Group code. The group must exist.

ClientCreateInput.id ● ID scalar

Optional, use it only if ID has to be specified