Skip to main content
Version: Canary 🚧

AppFetchManifest

Fetch and validate manifest.

Requires MANAGE_APPSpermission.
type AppFetchManifest {
manifest: Manifest
appErrors: [AppError!]! @deprecated
errors: [AppError!]!
}

Fields

AppFetchManifest.manifest ● Manifest object

The validated manifest.

AppFetchManifest.appErrors ● [AppError!]! deprecated non-null object

DEPRECATED

This field will be removed in Saleor 4.0. Use errors field instead.

AppFetchManifest.errors ● [AppError!]! non-null object

Returned by

appFetchManifest mutation


Was this page helpful?