updateLeadStage
Update the stage of a lead.
Arguments
Fields for updating a lead's stage.
- KT-CT-1113: Disabled GraphQL field requested.
- KT-CT-7899: An internal error occurred.
- KT-CT-8907: Lead not found.
- KT-CT-8914: Stage not found.
- KT-CT-8915: Stages are not in the same funnel.
- KT-CT-8916: Current stage mismatch.
- KT-CT-8917: Stage transition not allowed.
- KT-CT-8918: Stage precondition not met.
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 UpdateLeadStage($input: UpdateLeadStageInput!) {
updateLeadStage(input: $input) {
updatedLeadData
}
}
Variables
{
"input": UpdateLeadStageInput
}
Response
{
"data": {
"updateLeadStage": {
"updatedLeadData": {"key": "value"}
}
}
}