QueryQuotaInterval is an enumerated list of query quota intervals.

This enumerated datatype is used by three main datatypes. First, there's the datatype, QueryQuotaUsage, which is used by the queryQuotaUsage() query. Second is the datatype, QueryQuotaIntervalSetting, which is used by the queryQuotaDefaultSettings() query field. It's also used by two other datatypes: QueryQuotaUserSettings, which is used by the queryQuotaUserSettings() query; and QueryQuotaDefaultSettings, which is used by the addOrUpdateQueryQuotaDefaultSettings() mutation field. The third main datatype, the QueryQuotaIntervalSettingInput, is used by two others: QueryQuotaDefaultSettingsInput, which is also used by the addOrUpdateQueryQuotaDefaultSettings() mutation; and QueryQuotaUserSettingsInput, which is used by the addOrUpdateQueryQuotaUserSettings() mutation.

Table: QueryQuotaInterval

ParameterTypeRequiredDefaultStabilityDescription
Some arguments may be required, as indicated in the Required column. For return datatypes, this indicates that you must specify which fields you want returned in the results.
Table last updated: Oct 3, 2025
PerDay   Short-TermThe query quota interval is calculated on a daily basis.
PerHour   Short-TermThe query quota interval is calculated hourly.
PerMinute   Short-TermThe query quota interval is calculated by the minute.
PerTenMinutes   Short-TermThe query quota interval is calculated in ten-minute increments.