[PR #735] [MERGED] fix(langgraph): Fix state graph invoke typing #981

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs/pull/735
Author: @jacoblee93
Created: 12/11/2024
Status: Merged
Merged: 12/11/2024
Merged by: @jacoblee93

Base: mainHead: jacob/types


📝 Commits (3)

📊 Changes

3 files changed (+85 additions, -12 deletions)

View changed files

📝 libs/langgraph/src/graph/graph.ts (+7 -3)
📝 libs/langgraph/src/graph/state.ts (+1 -1)
📝 libs/langgraph/src/tests/pregel.test.ts (+77 -8)

📄 Description

Fixes #731


🔄 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/735 **Author:** [@jacoblee93](https://github.com/jacoblee93) **Created:** 12/11/2024 **Status:** ✅ Merged **Merged:** 12/11/2024 **Merged by:** [@jacoblee93](https://github.com/jacoblee93) **Base:** `main` ← **Head:** `jacob/types` --- ### 📝 Commits (3) - [`a529733`](https://github.com/langchain-ai/langgraphjs/commit/a529733685a974f2356e906abe1b1c18bcdbffed) Fix state graph typing - [`9b232f5`](https://github.com/langchain-ai/langgraphjs/commit/9b232f5adb985ad4fba6b305f268dc3abacd441b) Fix types - [`18eab86`](https://github.com/langchain-ai/langgraphjs/commit/18eab863554433d373f2514e89f7861d6347ea70) Fix test ### 📊 Changes **3 files changed** (+85 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `libs/langgraph/src/graph/graph.ts` (+7 -3) 📝 `libs/langgraph/src/graph/state.ts` (+1 -1) 📝 `libs/langgraph/src/tests/pregel.test.ts` (+77 -8) </details> ### 📄 Description Fixes #731 --- <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:16:39 -05:00
yindo closed this issue 2026-02-15 19:16:39 -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#981