Mutation: modifyRole
Requires access to resource GRAPHQL_PRIVILEGES_EDIT
privileges {
modifyRole(
roleNid: RoleNid!
input: RoleModifyInput!
): Boolean!
}
Arguments
modifyRole.roleNid ● RoleNid! non-null scalar
modifyRole.input ● RoleModifyInput! non-null input
Type
Boolean scalar
The Boolean scalar type represents true or false.