INPUT_OBJECT
Mount requirement input for creating and updating ManagedNodeTypes.
input MountRequirementInput {# A human-readable description.description: String!# The source of the mount.source: String# The path to mount the volume in the Docker container.target: String!}