OBJECT

Quota

Remaining lookups in total and/or per bucket.

link GraphQL Schema definition

  • type Quota {
  • # Total number of remaining lookups.
  • remaining: Int!
  • # List of buckets and their attributes.
  • buckets: [QuotaBucket]
  • }