OBJECT
Contains info on a specific capture file
type CaptureFileInfo {# File namename: String! # Capture source namesource: String! # Capture file sizesize: Int! # Capture file start timestartTime: Time! # Capture file end timeendTime: Time }