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