Skip to main content
Cache Stats query.

Operation details

FieldValue
NamecacheStats
GroupCache
TypeQuery
SignaturecacheStats(input: CacheStatsInput!): CacheStats!

Playground

Query

Query
query CacheStats($input: CacheStatsInput!) {
  cacheStats(input: $input) {
    keysByPrefix
    sampleKeys
    totalKeys
  }
}

Variables

Variables
{
  "input": {
    "projectId": ""
  }
}