# Relationship

> **Class** in `langchain_neo4j`

📖 [View in docs](https://reference.langchain.com/python/langchain-neo4j/graphs/graph_document/Relationship)

Represents a directed relationship between two nodes in a graph.

## Signature

```python
Relationship()
```

## Extends

- `Serializable`

## Properties

- `source`
- `target`
- `type`
- `properties`

---

[View source on GitHub](https://github.com/langchain-ai/langchain-neo4j/blob/9bfd947b3ce63ca58fe27c059f9db6c3cc90cf78/libs/neo4j/langchain_neo4j/graphs/graph_document.py#L24)