OBJECT
A menu entry with a direct link
type DirectLink implements Node {id: ID! # Direct link to a pagelink: String! # Presentational name of the entryname: String! }