ChangeUserRolesInput
No description
input ChangeUserRolesInput {
add: [ID!]!
remove: [ID!]!
userId: ID!
}
Fields
ChangeUserRolesInput.add ● [ID!]! non-null scalar
Ids of the roles to add.
ChangeUserRolesInput.remove ● [ID!]! non-null scalar
Ids of the roles to remove.
ChangeUserRolesInput.userId ● ID! non-null scalar
Id of the user to which the changes will apply.
Member of
changeUserRoles mutation