UpdateLeadScoreRulesetInput
No description
input UpdateLeadScoreRulesetInput {
id: ID!
patch: PatchableLeadScoreRulesetFields!
}
Fields
UpdateLeadScoreRulesetInput.id
● ID!
non-null scalar
UpdateLeadScoreRulesetInput.patch
● PatchableLeadScoreRulesetFields!
non-null input
Member Of
updateLeadScoreRuleset
mutation