appFetchManifest Mutation
Fetch and validate manifest.
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.