AccountUsage
Account usage
type AccountUsage {
promotionsLimitReached: Boolean
promotionsUsed: Int
promotionsLimit: Int
apiLimitReached: Boolean
}
Fields
AccountUsage.promotionsLimitReached ● Boolean scalar
If the promotions limit has been reached
AccountUsage.promotionsUsed ● Int scalar
The number of promotions used
AccountUsage.promotionsLimit ● Int scalar
The number of promotions remaining
AccountUsage.apiLimitReached ● Boolean scalar
If the API limit has been reached
Member Of
Account object