# graphViews

> The enumeration of the GraphViews that belong to an editor window. In most cases, there is only one GraphView.

## Definition

* **Type:** Property
* **Namespace:** [UnityEditor.Experimental.GraphView](/engine/6000.7/script-reference/unityeditor/experimental/graphview.md)
* **Assembly:** UnityEditor

```csharp
public virtual IEnumerable<GraphView> graphViews { get; }
```
