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