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