create_content_manifest#

Create a content manifest.

Arguments#

input | Content manifest

Returns#

response_type | single

response_object | Content manifest

Mutation example:

mutation {
  create_content_manifest(input: {}) {
    error {
      detail
      status
    }

    data {
      _id
    }
  }
}