ClientCreateInput
Create new client input
input ClientCreateInput {
name: ID!
isActive: Boolean
group: 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