appsInstallations Query
List of all apps installations
appsInstallations: [AppInstallation!]!
Details
type AppInstallation implements Node, Job {
id: ID!
status: JobStatusEnum!
createdAt: DateTime!
updatedAt: DateTime!
message: String
appName: String!
manifestUrl: String!
brand: AppBrand
}
Type​
AppInstallation​
Represents ongoing installation of app.