Skip to content

GraphQL Overview

Download GraphQL schema

Queries

Overview

Mutations

Overview

Objects

Overview

Interfaces

Overview

Unions

Overview

Enums

Overview

Inputs

Overview

AgentOrderByInput

field
direction
Sample
{ "field": "NAME", "direction": "ASC" }

InstallIntegrationInput

platformType
PlatformType!,non-null
code
String
state
String
roleArn
String
Sample
{ "platformType": "POWERPLATFORM", "code": "Example String", "state": "Example String", "roleArn": "Example String" }

TestIntegrationConnectionInput

platformType
PlatformType!,non-null
roleArn
String
Sample
{ "platformType": "POWERPLATFORM", "roleArn": "Example String" }

BooleanFilter

eq
Boolean
Sample
{ "eq": true }

UsageRangeFilter

min
Int
max
Int
Sample
{ "min": 40, "max": 40 }
Referenced in

DateRangeFilter

Sample
{ "from": "Example Custom Scalar", "to": "Example Custom Scalar" }

DateTimeFilter

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

DetectionFilter

Sample
{ "type": { "__typename": "DetectionTypeFilter" }, "id": { "__typename": "StringFilter" } }

DetectionTypeFilter

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

FlowStatusFilter

in
[FlowStatus!],non-null
Sample
{ "in": [ "ACTIVE" ] }
Referenced in

Scalars

Overview