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

Operation details

FieldValue
NamecacheClear
GroupCache
TypeMutation
SignaturecacheClear(input: CacheClearInput!): CacheClearPayload!

Playground

Query

Query
mutation CacheClear($input: CacheClearInput!) {
  cacheClear(input: $input) {
    deleted
  }
}

Variables

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