For the complete documentation index, see llms.txt. This page is also available as Markdown.

falsePositiveResponse

Response type for false positive operations that includes aggregations status.

Examples

type FalsePositiveResponse {
  success: Boolean!
  aggregationsStatus: String
}

Fields

Field
Description
Supported fields

success Boolean!

Whether the operation was successful

aggregationsStatus String

Status of aggregations for display in UI

References

Mutations using this object:

Last updated