We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b217dbf commit aae61c1Copy full SHA for aae61c1
src/subgraph/SubgraphInput.ts
@@ -51,7 +51,7 @@ export class SubgraphInput extends SubgraphSlot {
51
const link = new LLink(
52
++subgraph.state.lastLinkId,
53
slot.type,
54
- this.id,
+ this.parent.id,
55
this.parent.slots.indexOf(this),
56
node.id,
57
inputIndex,
src/subgraph/SubgraphOutput.ts
@@ -48,7 +48,7 @@ export class SubgraphOutput extends SubgraphSlot {
48
49
50
outputIndex,
afterRerouteId,
)
0 commit comments