Skip to main content

PurgePageCacheInput

Input for purging page cache entries.

input PurgePageCacheInput {
appId: Int!
environmentId: Int!
urls: [String!]!
}

Fields

PurgePageCacheInput.appId ● Int! non-null scalar common

The application ID whose cache should be purged.

PurgePageCacheInput.environmentId ● Int! non-null scalar common

The environment ID whose cache should be purged.

PurgePageCacheInput.urls ● [String!]! non-null scalar common

The URLs to purge from page cache.

Member Of

purgePageCache mutation