create_image#

Create image.

Arguments#

input | Container Image

Returns#

response_type | single

response_object | Container Image

Mutation example:

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

    data {
      _id
    }
  }
}