OBJECT

StartPage

link GraphQL Schema definition

  • type StartPage implements Document {
  • breadcrumbText: String
  • content: String
  • # NB: Carries a performance cost, as asking for this will result in a separate API
  • # call in the backend.
  • head: HtmlHead
  • id: Int!
  • images: [Image]
  • isActive: Boolean
  • items: [StartPageItem]
  • name: String!
  • # The primary route of this StartPage. NB: Carries no additional performance cost.
  • primaryRoute: Route
  • }

link Require by