<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@easyops-cn/brick-next-pipes](./brick-next-pipes.md) &gt; [GraphData](./brick-next-pipes.graphdata.md)

## GraphData interface

A graph data.

**Signature:**

```typescript
export interface GraphData
```

## Properties

|  Property | Type | Description |
|  --- | --- | --- |
|  [edges](./brick-next-pipes.graphdata.edges.md) | [GraphEdge](./brick-next-pipes.graphedge.md)<!-- -->\[\] |  |
|  [topic\_vertices](./brick-next-pipes.graphdata.topic_vertices.md) | [GraphVertex](./brick-next-pipes.graphvertex.md)<!-- -->\[\] |  |
|  [vertices](./brick-next-pipes.graphdata.vertices.md) | [GraphVertex](./brick-next-pipes.graphvertex.md)<!-- -->\[\] |  |

