# N-able GraphQL Operation
query VulnerabilityDetectionByCustomerAggregations (
$where: VulnerabilityDetectionByCustomerWhereInput,
$inOrganization: ID,
$inRegion: RegionInput
) {
vulnerabilityDetectionByCustomerAggregations(
where: $where
inOrganization: $inOrganization
inRegion: $inRegion
) {
# vulnerabilityDetectionByCustomerAggregations fields
}
}