OBJECT
Page
Page
link GraphQL Schema definition
- type Page {
- # Id
- : Int!
- # Inheritance status
- : String!
- # Site associated with the Page
- : Site
- # Should the title be displayed?
- : Boolean
- # ThemeSchemaVersion
- : Int
- : Boolean
- : String
- # Date of creation
- : DateTime!
- # Date of last update
- : DateTime!
- # Status
- : PageStatus!
- # Collection of routes associated with the Page
- : [String]!
- # Translations
- : [PageTranslation!]!
- }