OBJECT
Information about a volume on the domain controller.
type WindowsVolumeInfo {# File system type of the volume.fileSystemType: String! # List of mount points for the volume.mountPoints: [String!]! # Name of the volume.name: String! # Size of the volume in bytes.size: Long! }