OBJECT
Quarantine information corresponding to a path.
type QuarantineInfo {# Specifies whether the path is quarantined.isQuarantined: Boolean! # Specifies whether there are more quarantined files at this path.containsQuarantinedFiles: Boolean! }