Skip to content

GraphQL Overview

Download GraphQL schema

Queries

Overview

Mutations

Overview

Objects

Overview

AgentCountByFindingType

findingType
FindingType!,non-null
count
Int!,non-null
Sample
{ "findingType": "INSTRUCTIONS_NOT_CLEAR", "count": 40 }

SeverityFilterOutput

Sample
{ "in": [ "LOW" ] }

AccessibilityFilterOutput

Sample
{ "in": [ "PUBLIC" ] }

OwnerFilterOutput

Sample
{ "email": { "__typename": "StringFilterOutput" } }

EnvironmentTypeFilterOutput

Sample
{ "in": [ "Prod" ] }

EnvironmentFilterOutput

Sample
{ "name": { "__typename": "StringFilterOutput" }, "envType": { "__typename": "EnvironmentTypeFilterOutput" } }

PlatformTypeFilterOutput

in
isNull
Boolean
Sample
{ "in": [ "POWERPLATFORM" ], "isNull": true }

PlatformFilterOutput

Sample
{ "type": { "__typename": "PlatformTypeFilterOutput" } }

AgentFilterOutput

search
String
Sample
{ "search": "Example String", "severity": { "__typename": "SeverityFilterOutput" }, "platform": { "__typename": "PlatformFilterOutput" }, "environment": { "__typename": "EnvironmentFilterOutput" }, "accessibility": { "__typename": "AccessibilityFilterOutput" }, "owner": { "__typename": "OwnerFilterOutput" }, "tools": { "__typename": "ToolFilterOutput" }, "id": { "__typename": "StringFilterOutput" } }

OwnerOption

name
String!,non-null
email
ID!,non-null
count
Int!,non-null
Sample
{ "name": "Example String", "email": "9cfb1c81-4c79-452f-b1f5-8ee6571276b4", "count": 40 }

PlatformOption

type
PlatformType!,non-null
name
String!,non-null
count
Int!,non-null
Sample
{ "type": "POWERPLATFORM", "name": "Example String", "count": 40 }

Interfaces

Overview

Unions

Overview

Enums

Overview

Inputs

Overview

Scalars

Overview