OBJECT
A route for a Site
type SiteRoute {# Idid: Int! # Route pathroute: String! # Locale of the routelocale: String! # Handler type (page, article, etc.)handler: String! # Id of the foreign entityforeignId: Int! # Is the route disabled?disabled: Boolean! }