Skip to main content

DebugPageCacheInput

Input for debugging page cache behavior.

input DebugPageCacheInput {
appId: Int!
environmentId: Int!
pop: String
requestHeaders: [RequestHeader!]
requestMethod: String
url: String!
}

Fields

DebugPageCacheInput.appId ● Int! non-null scalar common

The application ID whose cache should be debugged.

DebugPageCacheInput.environmentId ● Int! non-null scalar common

The environment ID whose cache should be debugged.

DebugPageCacheInput.pop ● String scalar common

The point of presence to target, if supported.

DebugPageCacheInput.requestHeaders ● [RequestHeader!] list input common

The request headers to include in the debug request.

DebugPageCacheInput.requestMethod ● String scalar common

The HTTP method to use for the debug request.

DebugPageCacheInput.url ● String! non-null scalar common

The URL to debug.

Member Of

debugPageCache mutation