Mutation: modifyRoleForOperator
Requires access to resource GRAPHQL_PRIVILEGES_EDIT. Requires access to given operator
privileges {
modifyRoleForOperator(
roleNid: RoleNid!
targetOprNid: OperatorNid!
input: RoleModifyForOperatorInput!
): Boolean!
}
Arguments
modifyRoleForOperator.roleNid ● RoleNid! non-null scalar
modifyRoleForOperator.targetOprNid ● OperatorNid! non-null scalar
modifyRoleForOperator.input ● RoleModifyForOperatorInput! non-null input
Type
Boolean scalar
The Boolean scalar type represents true or false.