Skip to content

warmSearchCache

Warms the search cache for an O365 workload.

Arguments

Argument Type Description
input (required) WarmSearchCacheInput! The input for warm search cache for an O365 workload.

Returns

Boolean!

Sample

mutation WarmSearchCache($input: WarmSearchCacheInput!) {
  warmSearchCache(input: $input)
}
{
  "input": {
    "workloadFid": "00000000-0000-0000-0000-000000000000"
  }
}
{
  "data": {
    "warmSearchCache": true
  }
}