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