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

Operation details

FieldValue
NamecacheGet
GroupCache
TypeQuery
SignaturecacheGet(input: CacheGetInput!): CacheValue

Playground

Query

Query
query CacheGet($input: CacheGetInput!) {
  cacheGet(input: $input) {
    value
  }
}

Variables

Variables
{
  "input": {
    "projectId": "",
    "key": ""
  }
}