[PR #1243] [MERGED] fix(langgraph): allow null input to resume graph #1323

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs/pull/1243
Author: @dqbd
Created: 5/30/2025
Status: Merged
Merged: 5/30/2025
Merged by: @dqbd

Base: mainHead: dqbd/zod-null-input


📝 Commits (2)

  • d3f1062 fix(langgraph): allow null input to resume graph
  • a2ed0ae Add check for interrupt

📊 Changes

2 files changed (+10 additions, -14 deletions)

View changed files

📝 libs/langgraph/src/graph/state.ts (+3 -0)
📝 libs/langgraph/src/tests/prebuilt.test.ts (+7 -14)

📄 Description

No description provided


🔄 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/1243 **Author:** [@dqbd](https://github.com/dqbd) **Created:** 5/30/2025 **Status:** ✅ Merged **Merged:** 5/30/2025 **Merged by:** [@dqbd](https://github.com/dqbd) **Base:** `main` ← **Head:** `dqbd/zod-null-input` --- ### 📝 Commits (2) - [`d3f1062`](https://github.com/langchain-ai/langgraphjs/commit/d3f1062f30e7c131e5831d645b4a4545bc78dbdb) fix(langgraph): allow `null` input to resume graph - [`a2ed0ae`](https://github.com/langchain-ai/langgraphjs/commit/a2ed0ae3df070f9c2ddc6f4856148b1a858d73bd) Add check for interrupt ### 📊 Changes **2 files changed** (+10 additions, -14 deletions) <details> <summary>View changed files</summary> 📝 `libs/langgraph/src/graph/state.ts` (+3 -0) 📝 `libs/langgraph/src/tests/prebuilt.test.ts` (+7 -14) </details> ### 📄 Description _No description provided_ --- <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 20:15:16 -05:00
yindo closed this issue 2026-02-15 20:15:16 -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#1323