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
organizationId
(ID!
)bundleId
(ID!
)projectId
(ID!
)name
(String!
)slug
(String!
)description
(String
)ManifestPayload