# Default

> The default graph configuration.

## Definition

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

```csharp
Default = 0
```

### Remarks

This default is helpful for onboarding: if users forget to mark nodes with [UseWithGraphAttribute](/engine/6000.6/script-reference/unity/graphtoolkit/editor/usewithgraphattribute.md), they will still appear in the graph item library as long as they are defined in the same assembly as the graph.
