replace_image#

Replace image.

Arguments#

id | ObjectID

MongoDB ID of the object.

input | Container Image

Returns#

response_type | single

response_object | Container Image

Mutation example:

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

    data {
      _id
    }
  }
}