Skip to main content

Documentation Index

Fetch the complete documentation index at: https://veryfront.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

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": ""
  }
}