OBJECT

Page

Page

link GraphQL Schema definition

  • type Page {
  • # Id
  • id: Int!
  • # Inheritance status
  • inheritanceStatus: String!
  • # Site associated with the Page
  • site: Site
  • # Should the title be displayed?
  • showTitle: Boolean
  • # ThemeSchemaVersion
  • themeSchemaVersion: Int
  • siteRouteRedirectToUserLocale: Boolean
  • bodyClass: String
  • # Date of creation
  • createdAt: DateTime!
  • # Date of last update
  • updatedAt: DateTime!
  • # Status
  • status: PageStatus!
  • # Collection of routes associated with the Page
  • routes: [String]!
  • # Translations
  • translations: [PageTranslation!]!
  • }