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