AssetScansCount
Statistics about assets with and without scans
type AssetScansCount {
assetsWithScans: Int!
assetsWithoutScans: Int!
}
Fields
AssetScansCount.assetsWithScans
● Int!
non-null scalar
Number of assets with at least one scan/integration
AssetScansCount.assetsWithoutScans
● Int!
non-null scalar
Number of assets without any scans/integrations
Returned By
assetScansCount
query