AutoSeedCandidatesPayload
The candidate pool for one accord's stakeholder-map auto-seed run.
type AutoSeedCandidatesPayload {
candidates: [AutoSeedCandidate!]!
}
Fields
AutoSeedCandidatesPayload.candidates ● [AutoSeedCandidate!]! non-null object
Kept anchors first, then CRM contacts, then meeting participants. Dismissed contacts are excluded outright; one already on the accord or already emitted in this batch collapses onto that earlier entry. Empty when nothing matched, or when the accord is missing, deleted, or in another workspace.
Returned By
accordAutoSeedCandidates query