API Stability Long-Term

The clearFieldConfigurations() GraphQL mutation is used to clear UI configurations for all fields for the current user.

Syntax

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

graphql
clearFieldConfigurations(
       input: ClearFieldConfigurationsInput!
    ): boolean!

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

Show:
graphql
mutation {
  clearFieldConfigurations(input: {viewOrRepositoryName: "humio"})
}
Example Responses
Show:
json
{
  "data": {
    "clearFieldConfigurations": true
  }
}

Given Datatypes

ClearFieldConfigurationsInput, one parameter that may be given. It's described in the table below:

Table: ClearFieldConfigurationsInput

ParameterTypeRequiredDefaultStabilityDescription
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: Sep 17, 2024
viewOrRepositoryNamestringyes  The name of the view.