UpdateUsergroupInput
No description
input UpdateUsergroupInput {
usergroupId: Int!
name: String
parentId: Int
}
Fields
UpdateUsergroupInput.usergroupId ● Int! non-null scalar
The id of the the usergroup.
UpdateUsergroupInput.name ● String scalar
UpdateUsergroupInput.parentId ● Int scalar
The id of the usergroup the company should be created in.
Member Of
usergroupUpdate mutation