Schema Documentation

MenuItemLinkable

Description

Nodes that can be linked to as Menu Items

Fields
Field NameDescription
databaseId - Int! The unique identifier stored in the database
id - ID! The unique resource identifier path
isContentNode - Boolean! Whether the node is a Content Node
isTermNode - Boolean! Whether the node is a Term
uri - String The unique resource identifier path
Example
{"databaseId":987,"id":4,"isContentNode":true,"isTermNode":true,"uri":"xyz789"}