Skip to main content

createManifest

Adds a bundle to a project

createManifest(
organizationId: ID!
bundleId: ID!
projectId: ID!
name: String!
slug: String!
description: String
): ManifestPayload

Arguments

createManifest.organizationId ● ID! non-null scalar

createManifest.bundleId ● ID! non-null scalar

createManifest.projectId ● ID! non-null scalar

createManifest.name ● String! non-null scalar

createManifest.slug ● String! non-null scalar

createManifest.description ● String scalar

Type

ManifestPayload object