updateOpportunityDetails
Update the details of an opportunity.
Arguments
Input fields for updating the address of a opportunity.
Examples
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 UpdateOpportunityDetails($input: UpdateOpportunityDetailsInput!) {
updateOpportunityDetails(input: $input) {
updatedData
}
}
Variables
{
"input": UpdateOpportunityDetailsInput
}
Response
{
"data": {
"updateOpportunityDetails": {
"updatedData": {"key": "value"}
}
}
}