updateManifest
Update a manifest
updateManifest(
organizationId: ID!
id: ID!
name: String!
description: String
): ManifestPayload
Update a manifest
updateManifest(
organizationId: ID!
id: ID!
name: String!
description: String
): ManifestPayload
updateManifest.organizationId
● ID!
non-null scalarupdateManifest.id
● ID!
non-null scalarupdateManifest.name
● String!
non-null scalarupdateManifest.description
● String
scalarManifestPayload
object