dealStageCreate
Graphql fields and variables for the dealStageCreate mutation
Create a deal stage
Scope required: admin:write
For a complete list of input attributes see the DealStageAttributes type
mutation dealStageCreate ($attributes: DealStageAttributes!) {
dealStageCreate (attributes: $attributes) {
dealStage {
createdAt
description
id
name
position
probability
updatedAt
}
errors
}
}
Arguments
{
"attributes": {
"name": "",
"description": "",
"position": 123,
"probability": 123,
"kind": "DealStageKind"
}
}
Name
Type
Description
Response
Name
Type
Description
errors
List (String)
Last updated
Was this helpful?