create_image ============ .. div:: sd-font-weight-light sd-fs-6 sd-font-italic sd-text-muted Create image. Arguments --------- ``input`` | :doc:`/objects/ContainerImage` Returns ------- ``response_type`` | single ``response_object`` | :doc:`/objects/ContainerImage` Mutation example .. code-block:: graphql mutation { create_image(input: {}) { error { detail status } data { _id } } }