AppInstallation
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
AppInstallation.id
● ID!
non-null scalar miscellaneous
The ID of the app installation.
AppInstallation.status
● JobStatusEnum!
non-null enum miscellaneous
Job status.
AppInstallation.createdAt
● DateTime!
non-null scalar miscellaneous
Created date time of job in ISO 8601 format.
AppInstallation.updatedAt
● DateTime!
non-null scalar miscellaneous
Date time of job last update in ISO 8601 format.
AppInstallation.message
● String
scalar miscellaneous
Job message.
AppInstallation.appName
● String!
non-null scalar miscellaneous
The name of the app installation.
AppInstallation.manifestUrl
● String!
non-null scalar miscellaneous
The URL address of manifest for the app installation.
AppInstallation.brand
● AppBrand
object apps
App's brand data.
Added in Saleor 3.14This API is currently in Feature Preview and can be subject to changes at later point.
Interfaces
Node
interface miscellaneous
An object with an ID
Job
interface miscellaneous
Returned By
appsInstallations
query
Member Of
AppDeleteFailedInstallation
object ● AppInstall
object ● AppRetryInstall
object