Skip to main content

PublishAppResult

Result of publishing an app to the shared environment. All paths publish immediately; usage above the free hourly allowance is wallet-billed.

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