# StateUpdate

> **Class** in `langgraph`

📖 [View in docs](https://reference.langchain.com/python/langgraph/types/StateUpdate)

## Signature

```python
StateUpdate()
```

## Extends

- `NamedTuple`

## Properties

- `values`
- `as_node`
- `task_id`

---

[View source on GitHub](https://github.com/langchain-ai/langgraph/blob/a529b9bede1f1b6ecada4f0cc0e5c4b83526e563/libs/langgraph/langgraph/types.py#L502)