API Stability Short-Term

The queryQuotaDefaultSettings() GraphQL query retrieves query quota default settings.

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

Syntax

Below is the syntax for the queryQuotaDefaultSettings() query field:

graphql
queryQuotaDefaultSettings: [QueryQuotaIntervalSetting!]!

There isn't an input for this query field, just a special return datatype, which is described in the Returned Datatypes section. Here's an example of how this query field might be used:

Show:
graphql
query {
  queryQuotaDefaultSettings 
     { interval, value, valueKind, 
       measurementKind, source }
}

Returned Datatypes

QueryQuotaIntervalSetting has a few parameters that may be requested. Below is a list of them along with a description of each:

Table: QueryQuotaIntervalSetting

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: Oct 2, 2024
intervalQueryQuotaIntervalyes Short-TermThe interval for setting the query quota. See QueryQuotaInterval.
measurementKindQueryQuotaMeasurementKindyes Short-TermThe kind of measurement. See QueryQuotaMeasurementKind.
sourceQueryQuotaIntervalSettingSourceyes Short-TermThe source of the query quota. See QueryQuotaIntervalSettingSource.
valuelong  Short-TermThe query quota value.
valueKindQueryQuotaIntervalSettingKindyes Short-TermThe kind of value. See QueryQuotaIntervalSettingKind.