AppEnvironmentLaunchedPayload
The result of marking an application as launched.
type AppEnvironmentLaunchedPayload {
app: App
environment: AppEnvironment
}
Fields
AppEnvironmentLaunchedPayload.app ● App object common
The application that owns the environment.
AppEnvironmentLaunchedPayload.environment ● AppEnvironment object common
The updated environment.
Returned By
launchApplication mutation