createManifest
Adds a bundle to a project
createManifest(
organizationId: ID!
bundleId: ID!
projectId: ID!
name: String!
slug: String!
description: String
): ManifestPayload
Adds a bundle to a project
createManifest(
organizationId: ID!
bundleId: ID!
projectId: ID!
name: String!
slug: String!
description: String
): ManifestPayload
createManifest.organizationId
● ID!
non-null scalarcreateManifest.bundleId
● ID!
non-null scalarcreateManifest.projectId
● ID!
non-null scalarcreateManifest.name
● String!
non-null scalarcreateManifest.slug
● String!
non-null scalarcreateManifest.description
● String
scalarManifestPayload
object