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 } created usedContentIds usedIssueIds } }