INPUT_OBJECT
Mount input for mapping sources to targets in ManagedNodes.
input MountInput {# The source of the mount. If not present, an anonymous volume will be created.source: String# The path to mount the volume in the Docker container.target: String!}