OBJECT
A lookup bucket and it's attributes.
type QuotaBucket {# Bucket ID.id: String! # Initial number of lookups assigned to this bucket.initial: Int! # Remaining number of lookups in this bucket.remaining: Int! # Date (ISO 8601 format) of the bucket's expiration.expiration_date: String! # Bucket status.status: QuotaBucketStatus! }