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 realtime capacity). Only a REALTIME (UDP) reservation releases a slot; a GraphQL operations reservation does not.

FreeAppQuotaApp.reservedEgressBytesPerSec ● BigInt! non-null scalar

Reserved REALTIME (UDP) capacity in bytes/sec (0 when none). This is the dimension that decides free-slot consumption; a GraphQL operations reservation is separate and is not reported here. Same value as App.reservedUdpBytesPerSec.

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