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