BackupsList
A paginated list of backups.
type BackupsList {
nextCursor: String
nodes: [Backup]
total: Int
}
Fields
BackupsList.nextCursor ● String scalar common
The cursor for the next page of backups.
BackupsList.nodes ● [Backup] list object common
The backups returned in the current page.
BackupsList.total ● Int scalar common
The total number of matching backups.
Member Of
AppEnvironment object