Skip to content

GraphQL Overview

Download GraphQL schema

Queries

Overview

Mutations

Overview

Objects

Overview

Integration

platform
Platform!,non-null
status
description
String!,non-null
error
String
Sample
{ "platform": { "__typename": "Platform" }, "status": "DISABLED", "description": "Example String", "error": "Example String" }

IntegrationsResponse

tenantId
String!,non-null
items
Sample
{ "tenantId": "Example String", "items": [ { "__typename": "Integration" } ] }

ClaudeCodeManualConfig

filename
String!,non-null
unix
JSON!,non-null
windows
JSON!,non-null
Sample
{ "filename": "Example String", "unix": "Example Custom Scalar", "windows": "Example Custom Scalar" }

ClaudeCodeCloudCommands

unix
String!,non-null
windows
String!,non-null
stopUnix
String!,non-null
stopWindows
String!,non-null
sessionEndUnix
String!,non-null
sessionEndWindows
String!,non-null
Sample
{ "unix": "Example String", "windows": "Example String", "stopUnix": "Example String", "stopWindows": "Example String", "sessionEndUnix": "Example String", "sessionEndWindows": "Example String" }
Referenced in

ClaudeCodeConfig

Sample
{ "manual": { "__typename": "ClaudeCodeManualConfig" }, "cloud": { "__typename": "ClaudeCodeCloudCommands" } }

GitHubCopilotHooksConfigJson

hooks
JSON!,non-null
Sample
{ "hooks": "Example Custom Scalar" }

GitHubCopilotManualConfig

filename
String!,non-null
Sample
{ "filename": "Example String", "config": { "__typename": "GitHubCopilotHooksConfigJson" } }

GitHubCopilotConfig

Sample
{ "manual": { "__typename": "GitHubCopilotManualConfig" } }

IntegrationInstallationResponse

integration
Integration!,non-null
error
String
redirectUri
String
claudeCodeConfig
gitHubCopilotConfig
Sample
{ "integration": { "__typename": "Integration" }, "error": "Example String", "redirectUri": "Example String", "claudeCodeConfig": { "__typename": "ClaudeCodeConfig" }, "gitHubCopilotConfig": { "__typename": "GitHubCopilotConfig" } }

Usage

tokens
Int!,non-null
trend

When there is no trend, we use null

lastSession

Last agent activity, when there is no last session, we use null

Sample
{ "tokens": 40, "trend": "UP", "lastSession": "Example Custom Scalar" }
Referenced in

FoundationalModelOption

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

Interfaces

Overview

Unions

Overview

Enums

Overview

Inputs

Overview

Scalars

Overview