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.
  • sourceNodeId: ID!
  • # Id of the candidate record.
  • recordId: ID!
  • # Type of the candidate record.
  • recordType: SolutionRecordNodeType!
  • # Current display name of the candidate record.
  • name: String
  • # True when the record is in removedRecordIds — it is never auto-added, but
  • # picking it via scan addRecordIds restores it.
  • isRemoved: Boolean!
  • }