AppFetchManifest Object
Fetch and validate manifest.
type AppFetchManifest {
manifest: Manifest
appErrors: [AppError!]! @deprecated
errors: [AppError!]!
}
Fields
manifest ● Manifest
The validated manifest.
errors ● [AppError!]!
Show deprecated
Returned By
appFetchManifest mutation