# QueryNodeType

> Options for representing the query node types.

## Definition

* **Type:** Enum
* **Namespace:** [UnityEditor.Search](/engine/6000.5/script-reference/unityeditor/search.md)
* **Assembly:** UnityEditor

```csharp
public enum QueryNodeType
```

## Fields

| Value                                                                                            | Description                    |
| ------------------------------------------------------------------------------------------------ | ------------------------------ |
| [Aggregator](/engine/6000.5/script-reference/unityeditor/search/querynodetype/aggregator.md)     | Aggregator node.               |
| [And](/engine/6000.5/script-reference/unityeditor/search/querynodetype/and.md)                   | And node.                      |
| [Comment](/engine/6000.5/script-reference/unityeditor/search/querynodetype/comment.md)           | Comment node.                  |
| [Filter](/engine/6000.5/script-reference/unityeditor/search/querynodetype/filter.md)             | Filter node.                   |
| [FilterIn](/engine/6000.5/script-reference/unityeditor/search/querynodetype/filterin.md)         | Filter with nested query node. |
| [Group](/engine/6000.5/script-reference/unityeditor/search/querynodetype/group.md)               | Group node.                    |
| [Intersection](/engine/6000.5/script-reference/unityeditor/search/querynodetype/intersection.md) | Intersection node.             |
| [NestedQuery](/engine/6000.5/script-reference/unityeditor/search/querynodetype/nestedquery.md)   | Nested query node.             |
| [Not](/engine/6000.5/script-reference/unityeditor/search/querynodetype/not.md)                   | Negation node.                 |
| [Or](/engine/6000.5/script-reference/unityeditor/search/querynodetype/or.md)                     | Or node.                       |
| [Search](/engine/6000.5/script-reference/unityeditor/search/querynodetype/search.md)             | Word search node.              |
| [Toggle](/engine/6000.5/script-reference/unityeditor/search/querynodetype/toggle.md)             | Toggle node.                   |
| [Union](/engine/6000.5/script-reference/unityeditor/search/querynodetype/union.md)               | Union node.                    |
| [Where](/engine/6000.5/script-reference/unityeditor/search/querynodetype/where.md)               | Where enumerator node.         |
