Skip to main content

appFetchManifest Mutation

Fetch and validate manifest.

Requires the MANAGE_APPSpermission.
appFetchManifest(
manifestUrl: String!
): AppFetchManifest
Details
type AppFetchManifest {
manifest: Manifest
appErrors: [AppError!]! @deprecated
errors: [AppError!]!
}

Arguments

manifestUrl ● String!

URL to app's manifest in JSON format.

Type

AppFetchManifest

Fetch and validate manifest.

Requires the MANAGE_APPSpermission.