OBJECT

DirectLink

A menu entry with a direct link

link GraphQL Schema definition

  • type DirectLink implements Node {
  • id: ID!
  • # Direct link to a page
  • link: String!
  • # Presentational name of the entry
  • name: String!
  • }