OBJECT
Quota
Remaining lookups in total and/or per bucket.
link GraphQL Schema definition
- type Quota {
- # Total number of remaining lookups.
- : Int!
- # List of buckets and their attributes.
- : [QuotaBucket]
- }
OBJECT
Remaining lookups in total and/or per bucket.
- type Quota {
- # Total number of remaining lookups.
- : Int!
- # List of buckets and their attributes.
- : [QuotaBucket]
- }