create_content_manifest_component_for_manifest#

Create a new Content Manifest Component for referenced Manifest.

Arguments#

id | ObjectID required

ObjectID ID of the associated Content Manifest.

input | Content Manifest Component

Returns#

response_type | single

response_object | Content Manifest Component

Mutation example:

mutation {
  create_content_manifest_component_for_manifest(id: "6304c560cbb2b2d2d4053b8e", input: {}) {
    error {
      detail
      status
    }

    data {
      _id
    }
  }
}