Schema Documentation
MenuNodeIdTypeEnum
Description
The Type of Identifier used to fetch a single node. Default is "ID". To be used along with the "id" field.
Values
Enum Value | Description |
---|---|
| Identify a menu node by the Database ID. |
| Identify a menu node by the (hashed) Global ID. |
| Identify a menu node by the slug of menu location to which it is assigned |
| Identify a menu node by its name |
| Identify a menu node by its slug |
Example
"DATABASE_ID"