# Graph

> The IVariable.Graph that owns this variable, or null if the variable belongs to a IVariable.StateMachine (use IVariable.StateMachine in that case).

## Definition

* **Type:** Property
* **Namespace:** [Unity.GraphToolkit.Editor](/engine/6000.7/script-reference/unity/graphtoolkit/editor.md)
* **Assembly:** UnityEditor

```csharp
Graph Graph { get; }
```
