update_content_manifest_component#

Update/Patch a Content manifest component by ID.

Arguments#

id | ObjectID required

ObjectID ID of the resource.

input | Content Manifest Component

Returns#

response_type | single

response_object | Content Manifest Component

Mutation example:

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

    data {
      _id
    }
  }
}