MathiasKandelborg/TRUE-framework

View on GitHub
util/api/queries/allSitemapRoutes.ts

Summary

Maintainability
A
0 mins
Test Coverage
const sitemapRoutes = `
  {
    "routes": *[_type == "route"] {
      ...,
      disallowRobot,
      includeInSitemap,
      page->{
        _id,
        title,
        _createdAt,
        _updatedAt
      }
    }
  }
`

export default sitemapRoutes