replace_image ============= .. div:: sd-font-weight-light sd-fs-6 sd-font-italic sd-text-muted Replace image. Arguments --------- ``id`` | :doc:`/scalars/ObjectID` .. div:: sd-font-weight-light sd-fs-6 sd-font-italic sd-text-muted MongoDB ID of the object. ``input`` | :doc:`/objects/ContainerImage` Returns ------- ``response_type`` | single ``response_object`` | :doc:`/objects/ContainerImage` Mutation example .. code-block:: graphql mutation { replace_image(id: "6304c560cbb2b2d2d4053b8e", input: {}) { error { detail status } data { _id } } }