appInstall Mutation
Install new app by using app manifest.
appInstall(
input: AppInstallInput!
): AppInstall
Details
type AppInstall {
appErrors: [AppError!]! @deprecated
errors: [AppError!]!
appInstallation: AppInstallation
}
Arguments
input ● AppInstallInput!
Fields required to install a new app.
Type
AppInstall
Install new app by using app manifest.