OBJECT

SiteRoute

A route for a Site

link GraphQL Schema definition

  • type SiteRoute {
  • # Id
  • id: Int!
  • # Route path
  • route: String!
  • # Locale of the route
  • locale: String!
  • # Handler type (page, article, etc.)
  • handler: String!
  • # Id of the foreign entity
  • foreignId: Int!
  • # Is the route disabled?
  • disabled: Boolean!
  • }