Skip to content

GraphQL Overview

Download GraphQL schema

Queries

Overview

Mutations

Overview

Objects

Overview

FoundationalModelOption

value
String!,non-null
label
String!,non-null
count
Int!,non-null
Sample
{ "value": "Example String", "label": "Example String", "count": 40 }

IntegrationTestResult

success
Boolean!,non-null
Sample
{ "success": true, "error": { "__typename": "IntegrationTestError" } }

IntegrationTestError

message
String!,non-null
code
String!,non-null
fieldErrors
Sample
{ "message": "Example String", "code": "Example String", "fieldErrors": [ { "__typename": "IntegrationFieldError" } ] }

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" }

Interfaces

Overview

Unions

Overview

Enums

Overview

Inputs

Overview

Scalars

Overview