What's a route

Represents a route to either a Category, a Product, a Page or the StartPage.

This is the channel graph schema.

Copy
Copied
type Route {
  id: String!
  path: String!
  canonicalPath: String
  slug: String!
  object: Document
  parents: [Route]
  alternateRoutes: [AlternateRoute] 
  debug: String
  breadcrumbs: [String]
}

We have a guide available for route here

Copyright © Norce 2023. All right reserved.