OBJECT
Page
link GraphQL Schema definition
- type Page implements Document {
- : String
- : String
- # NB: Carries a performance cost, as asking for this will result in a separate API
- # call in the backend.
- : HtmlHead
- : ID!
- : [Image]
- : String
- : 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.
- : Route
- }