dealUpdate
Graphql fields and variables for the dealUpdate mutation
mutation dealUpdate ($id: ID!, $attributes: DealAttributes!) {
dealUpdate (id: $id, attributes: $attributes) {
deal {
accountId
amount
closeDate
code
contactId
createdAt
currencyId
dealStageId
description
entityId
id
leadSourceId
name
notForRevenue
ownerUserId
probability
stageDescription
updatedAt
viaPortal
}
errors
}
}Arguments
Name
Type
Description
Response
Name
Type
Description
Last updated
Was this helpful?
