CreateUsergroupInput
No description
input CreateUsergroupInput {
name: String
parentId: Int
}
Fields
CreateUsergroupInput.name
● String
scalar
CreateUsergroupInput.parentId
● Int
scalar
The id of the usergroup the company should be created in.
Member Of
usergroupCreate
mutation