Skip to main content

debugPageCache

Debug page cache object

debugPageCache(
input: DebugPageCacheInput
): DebugPageCachePayload!

Example

mutation ($input: DebugPageCacheInput) {
debugPageCache(input: $input) {
edge {
statusCode
}
insights {
category
final
html
name
type
}
origin {
statusCode
}
success
url
}
}

Arguments

debugPageCache.input ● DebugPageCacheInput input common

The application, environment, URL, and request details to debug.

Type

DebugPageCachePayload object common

The result of a page cache debug request.