OBJECT

QuarantineInfo

Description

Quarantine information corresponding to a path.

link GraphQL Schema definition

  • type QuarantineInfo {
  • # Specifies whether the path is quarantined.
  • isQuarantined: Boolean!
  • # Specifies whether there are more quarantined files at this path.
  • containsQuarantinedFiles: Boolean!
  • }