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 Keys query.

Operation details

FieldValue
NamecacheKeys
GroupCache
TypeQuery
SignaturecacheKeys(input: CacheKeysInput!): CacheKeysPayload!

Playground

Query

Query
query CacheKeys($input: CacheKeysInput!) {
  cacheKeys(input: $input) {
    count
    keys
  }
}

Variables

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