Skip to main content

PublishAppResult

Result of publishing an app to the shared environment. All paths publish immediately. Usage above the free allowances is wallet-billed: each app has a per-dimension hourly allowance and, for client egress, 5 decimal GB per calendar month. An unfunded free app is also shaped to roughly 1 MB/s; funding the org wallet or enabling auto-billing lifts that.

type PublishAppResult {
appId: BigInt!
free: Boolean!
checkout: Checkout
}

Fields

PublishAppResult.appId ● BigInt! non-null scalar

PublishAppResult.free ● Boolean! non-null scalar

True when the app uses a free org app-slot (under the quota).

PublishAppResult.checkout ● Checkout object

@deprecated Always null — subscriptions replaced by wallet billing.

Returned By

publishAppToShared mutation