query getWebsiteLayoutPage( $alias: String! $useCache: Boolean $preview: Boolean $cacheKey: String ) { getWebsiteLayoutPage( input: { alias: $alias, useCache: $useCache, preview: $preview, cacheKey: $cacheKey } ) { id name module type alias contentTypes pageType isGlobal tenants propagate hideSiteShell key loadMoreType { type } primaryGrid secondaryGrid excludeAds { welcomeAd stickyLeaderboardAd contentBodyNativeAd contentBodyEmbedAd contentListNativeAd reskinAd } pageData cache created usedContentIds usedIssueIds } }