UpdateLeadScoringThresholdInput
No description
input UpdateLeadScoringThresholdInput {
id: ID!
patch: PatchableLeadScoringThresholdFields!
}
Fields
UpdateLeadScoringThresholdInput.id
● ID!
non-null scalar
UpdateLeadScoringThresholdInput.patch
● PatchableLeadScoringThresholdFields!
non-null input
Member Of
updateLeadScoringThreshold
mutation