Skip to main content

DebugPageCachePayload

The result of a page cache debug request.

type DebugPageCachePayload {
edge: ServerResponse
insights: [DebugPageCacheInsight!]
origin: ServerResponse
success: Boolean!
url: String!
}

Fields

DebugPageCachePayload.edge ● ServerResponse object common

The edge response observed during debugging.

DebugPageCachePayload.insights ● [DebugPageCacheInsight!] list object common

The insights generated during debugging.

DebugPageCachePayload.origin ● ServerResponse object common

The origin response observed during debugging.

DebugPageCachePayload.success ● Boolean! non-null scalar common

Whether the debug request succeeded.

DebugPageCachePayload.url ● String! non-null scalar common

The URL that was debugged.

Returned By

debugPageCache mutation