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 ValueDescription

DATABASE_ID

Identify a menu node by the Database ID.

ID

Identify a menu node by the (hashed) Global ID.

LOCATION

Identify a menu node by the slug of menu location to which it is assigned

NAME

Identify a menu node by its name

SLUG

Identify a menu node by its slug
Example
"DATABASE_ID"