API Stability Short-Term

The removeQueryQuotaDefaultSettings() GraphQL mutation field is used to remove the query quota default settings.

For more information on query quotas, see the Query Quotas documentation page.

Syntax

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

graphql
removeQueryQuotaDefaultSettings: boolean!

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

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

There are no special datatypes for this mutation field.