Skip to content

GraphQL Overview

Download GraphQL schema

Queries

Overview

Mutations

Overview

Objects

Overview

IntegrationFieldError

field
String!,non-null
message
String!,non-null
Sample
{ "field": "Example String", "message": "Example String" }

BooleanFilterOutput

eq
Boolean
Sample
{ "eq": true }

StringFilterOutput

in
[String!],non-null
Sample
{ "in": [ "Example String" ] }

DateTimeFilterOutput

before
Sample
{ "before": "Example Custom Scalar", "after": "Example Custom Scalar" }

UsageRange

min
Int!,non-null
max
Int!,non-null
Sample
{ "min": 40, "max": 40 }

DateRange

Sample
{ "min": "Example Custom Scalar", "max": "Example Custom Scalar" }

PageInfo

hasNextPage
Boolean!,non-null
hasPreviousPage
Boolean!,non-null
startCursor
String
endCursor
String
Sample
{ "hasNextPage": true, "hasPreviousPage": true, "startCursor": "Example String", "endCursor": "Example String" }

Detection

id
ID!,non-null
title
String!,non-null
type
detectedAt
DateTime!,non-null
issue
session
activities
[AuditEvent!]!,non-nulldeprecated
Deprecation reason

Use 'messages' field instead for typed message access

agent
Agent!,non-null
description
String
Sample
{ "id": "9cfb1c81-4c79-452f-b1f5-8ee6571276b4", "title": "Example String", "type": "PII_LEAKAGE", "detectedAt": "Example Custom Scalar", "issue": { "__typename": "Issue" }, "session": { "__typename": "Session" }, "activities": [ { "__typename": "AuditEvent" } ], "agent": { "__typename": "Agent" }, "description": "Example String" }

DetectionTypeAggregation

id
ID!,non-null
type
count
Int!,non-null
Sample
{ "id": "9cfb1c81-4c79-452f-b1f5-8ee6571276b4", "type": "PII_LEAKAGE", "count": 40 }

DetectionFilterOutput

Sample
{ "type": { "__typename": "DetectionTypeFilterOutput" }, "id": { "__typename": "StringFilterOutput" } }

DetectionTypeFilterOutput

in
Sample
{ "in": [ "PII_LEAKAGE" ], "operator": "IN" }

Interfaces

Overview

Unions

Overview

Enums

Overview

Inputs

Overview

Scalars

Overview