OBJECT
StartPage
link GraphQL Schema definition
- type StartPage implements Document {
- String :
- String :
- # NB: Carries a performance cost, as asking for this will result in a separate API
- # call in the backend.
- HtmlHead :
- Int! :
- Image] : [
- Boolean :
- StartPageItem] : [
- String! :
- # The primary route of this StartPage. NB: Carries no additional performance cost.
- Route :
- }