Abstract
Creates an instance of graphQL sitemap service with the provided options
instance
Private
_graphQLClientinstance
Protected
graphQLClientGraphQL client accessible by descendant classes when needed
Protected
queryGets the default query used for fetching the list of site pages
Fetch sitemap which could be used for generation of static pages during next export
.
The locale
parameter will be used in the item query, but since i18n is not supported,
the output paths will not include a language
property.
which application supports
an array of
StaticPath objects
Protected
fetchProtected
Abstract
fetchFetch a flat list of all pages that belong to the specificed site and have a version in the specified language(s).
Fetch pages that have versions in this language(s).
Function for transforming the raw search results into (@see StaticPath) types.
list of pages
if the list of languages is empty.
if the any of the languages is an empty string.
Protected
getProtected
getProtected
transformGenerated using TypeDoc
Service that fetches the list of site pages using Sitecore's GraphQL API. Used to handle a single site This list is used for SSG and Export functionality.
Mixes
SearchQueryService