falsePositiveResponse
Last updated
Response type for false positive operations that includes aggregations status.
type FalsePositiveResponse {
success: Boolean!
aggregationsStatus: String
}success Boolean!
Whether the operation was successful
aggregationsStatus String
Status of aggregations for display in UI
Last updated
