update_image#
Update/Patch image.
Arguments#
id | ObjectID
MongoDB ID of the object.
input | Container Image
Returns#
response_type | single
response_object | Container Image
Mutation example
mutation {
update_image(id: "6304c560cbb2b2d2d4053b8e", input: {}) {
error {
detail
status
}
data {
_id
}
}
}