[PR #1028] [MERGED] fix(langgraph): allow setting edges from START on Graph #1185

Closed
opened 2026-02-15 19:17:35 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs/pull/1028
Author: @benjamincburns
Created: 3/25/2025
Status: Merged
Merged: 3/25/2025
Merged by: @benjamincburns

Base: mainHead: ben/fix-default-graph-node-types


📝 Commits (1)

  • 0a053ce fix(langgraph): allow setting edges from START on Graph

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 libs/langgraph/src/graph/graph.ts (+1 -1)

📄 Description

Fixes type checks when adding edges on Graph


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/langgraphjs/pull/1028 **Author:** [@benjamincburns](https://github.com/benjamincburns) **Created:** 3/25/2025 **Status:** ✅ Merged **Merged:** 3/25/2025 **Merged by:** [@benjamincburns](https://github.com/benjamincburns) **Base:** `main` ← **Head:** `ben/fix-default-graph-node-types` --- ### 📝 Commits (1) - [`0a053ce`](https://github.com/langchain-ai/langgraphjs/commit/0a053ceeb088ebc3ccd4fe9c1bb1d2a58d09d8ae) fix(langgraph): allow setting edges from START on Graph ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `libs/langgraph/src/graph/graph.ts` (+1 -1) </details> ### 📄 Description Fixes type checks when adding edges on `Graph` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 19:17:35 -05:00
yindo closed this issue 2026-02-15 19:17:35 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langgraphjs#1185