# SupportsSubgraphs

> Indicates that this graph supports subgraphs.

## Definition

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

```csharp
SupportsSubgraphs = 1
```

### Remarks

When enabled, the “Convert Selection to Subgraph” item will be available in the right click menu of a selection of elements in the graph.
