type QBitTorrentDaemonMutation { cleanup(run: Boolean!): QBitCleanupResponse! @resolver } type QBitCleanupResponse { count: Int! hashes: [String!]! }