OBJECT
SolutionIndirectCandidate
One discovered-but-not-added indirect (TriggerImplicit) connection — the content of the "too many connections" picker dialog (PLW-39228). Computed per scan from the live reference graph, never stored: candidates change when the space changes, so a persisted list would go stale.
link GraphQL Schema definition
- type SolutionIndirectCandidate {
- # Canvas node the candidate connection belongs to.
- : ID!
- # Id of the candidate record.
- : ID!
- # Type of the candidate record.
- : SolutionRecordNodeType!
- # Current display name of the candidate record.
- : String
- # True when the record is in removedRecordIds — it is never auto-added, but
- # picking it via scan addRecordIds restores it.
- : Boolean!
- }