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 Set mutation.

Operation details

FieldValue
NamecacheSet
GroupCache
TypeMutation
SignaturecacheSet(input: CacheSetInput!): CacheSetPayload!

Playground

Query

Query
mutation CacheSet($input: CacheSetInput!) {
  cacheSet(input: $input) {
    success
  }
}

Variables

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