OBJECT

SolutionScanResult

Result of the auto-add scan: the enriched canvas plus the indirect-connection candidates the scan deliberately did not add (PLW-39372 rule 2).

link GraphQL Schema definition

  • type SolutionScanResult {
  • # The enriched canvas (model A: the client saves it).
  • schema: SolutionSchema!
  • # Indirect (TriggerImplicit) connections discovered but not on the canvas — per
  • # source node. Feeds the picker dialog and the too-many-connections badge.
  • indirectCandidates: [SolutionIndirectCandidate!]!
  • }