Graphql fields and variables for the dealStageUpdate mutation
Last updated 2 years ago
Was this helpful?
Update a deal stage
Scope required: admin:write
For a complete list of input attributes see the type
mutation dealStageUpdate ($id: ID!, $attributes: DealStageAttributes!) { dealStageUpdate (id: $id, attributes: $attributes) { dealStage { createdAt description id name position probability updatedAt } errors } }
{ "id": "456123", "attributes": { "name": "", "description": "", "position": 123, "probability": 123, "kind": "DealStageKind" } }
id
ID
attributes
dealStage
errors
List (String)