Skip to main content
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": ""
  }
}