OBJECT

Page

link GraphQL Schema definition

  • type Page 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: ID!
  • images: [Image]
  • mainHeader: String
  • name: String!
  • # The primary route of this Page. NB: Carries a performance cost, as asking for
  • # this will result in a separate API call in the backend.
  • primaryRoute: Route
  • }