updatePortfolioOperationsTeam
Update the operations team for a portfolio.
Arguments
Input fields for updating the operations team.
Possible Errors
Allowed Viewers
Required Permissions
Can update portfoliosQuery Complexity
1Examples
The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.
mutation UpdatePortfolioOperationsTeam($input: UpdatePortfolioOperationsTeamInput) {
updatePortfolioOperationsTeam(input: $input) {
portfolio {
...PortfolioTypeFragment
}
}
}
Variables
{
"input": UpdatePortfolioOperationsTeamInput
}
Response
{
"data": {
"updatePortfolioOperationsTeam": {
"portfolio": PortfolioType
}
}
}