API Stability Preview

The removeOrgDefaultCachePolicy() GraphQL mutation field is used to remove the default cache policy of the current organization. This field is not yet available. It's described here as a preview. Cache policies are a limited feature and is subject to change.

For information on configuring a cache, see the CACHE_STORAGE_DIRECTORY reference page.

Syntax

Below is the syntax for the removeOrgDefaultCachePolicy() mutation field:

graphql
removeOrgDefaultCachePolicy: boolean!

Below is an example of how this mutation field might be used:

Show:
graphql
mutation {
  removeOrgDefaultCachePolicy
}
Example Responses
Show:
json
{
  "data": {
    "removeOrgDefaultCachePolicy": true
  }
}

There are no special datatypes for this mutation field.