Skip to main content

FreeAppQuotaApp

A shared app row in the org free-slot portfolio (free / reserved / paid credit).

type FreeAppQuotaApp {
appId: BigInt!
name: String!
slug: String!
consumesFreeSlot: Boolean!
reservedEgressBytesPerSec: BigInt!
hasActiveSubscription: Boolean!
creditKind: String!
}

Fields

FreeAppQuotaApp.appId ● BigInt! non-null scalar

App id (BigInt).

FreeAppQuotaApp.name ● String! non-null scalar

App display name.

FreeAppQuotaApp.slug ● String! non-null scalar

URL slug for the app.

FreeAppQuotaApp.consumesFreeSlot ● Boolean! non-null scalar

True when the app consumes a free org slot (shared, not archived, no active subscription, no reserved throughput).

FreeAppQuotaApp.reservedEgressBytesPerSec ● BigInt! non-null scalar

Reserved egress throughput in bytes/sec (0 when none).

FreeAppQuotaApp.hasActiveSubscription ● Boolean! non-null scalar

True when the app has an active legacy shared subscription.

FreeAppQuotaApp.creditKind ● String! non-null scalar

How this app is credited: 'free_slot', 'reserved', or 'paid_subscription'.

Member Of

FreeAppQuota object