The setGlobalDefaultCachePolicy() GraphQL mutation field is used to set the global default cache policy. This policy will be applied to a repository if neither a repository or organization cache policy is set. 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 setGlobalDefaultCachePolicy() mutation field:

graphql
setGlobalDefaultCachePolicy(
     input: SetGlobalDefaultCachePolicyInput!
   ): boolean!

Given Datatypes

For the given datatype, SetGlobalDefaultCachePolicyInput, there are several parameters that may be given. Below is a list of them along with their datatypes and a description of each:

Table: SetGlobalDefaultCachePolicyInput

ParameterTypeRequiredDefaultDescription
Some arguments may be required, as indicated in the Required column. For some fields, this column indicates that a result will always be returned for this column.
Table last updated: Oct 4, 2024
policyCachePolicyInput  The global default cache policy to set. See CachePolicyInput.