AppFetchManifest
Fetch and validate manifest.
type AppFetchManifest {
manifest: Manifest
appErrors: [AppError!]! @deprecated
errors: [AppError!]!
}
Fields
AppFetchManifest.manifest
● Manifest
object apps
The validated manifest.
AppFetchManifest.appErrors
● [AppError!]!
deprecated non-null object apps
DEPRECATEDThis field will be removed in Saleor 4.0. Use
errors
field instead.
AppFetchManifest.errors
● [AppError!]!
non-null object apps
Returned By
appFetchManifest
mutation