Skip to main content

AppInstallation Object

Represents ongoing installation of app.

type AppInstallation implements Node, Job {
id: ID!
status: JobStatusEnum!
createdAt: DateTime!
updatedAt: DateTime!
message: String
appName: String!
manifestUrl: String!
brand: AppBrand
}

Fields

id ● ID!

The ID of the app installation.

status ● JobStatusEnum!

Job status.

createdAt ● DateTime!

Created date time of job in ISO 8601 format.

updatedAt ● DateTime!

Date time of job last update in ISO 8601 format.

message ● String

Job message.

appName ● String!

The name of the app installation.

manifestUrl ● String!

The URL address of manifest for the app installation.

brand ● AppBrand

App's brand data.

Interfaces

Node

An object with an ID

Job

Returned By

appsInstallations query

Member Of

AppDeleteFailedInstallation object ● AppInstall object ● AppRetryInstall object