Download GraphQL schema
external Id
id
platform
name
environment
owner
accessibility
description
nodes
edges
tools
created At
highest Issue Severity
usage
Sample
{ "externalId": "9cfb1c81-4c79-452f-b1f5-8ee6571276b4", "id": "9cfb1c81-4c79-452f-b1f5-8ee6571276b4", "platform": { "__typename": "Platform" }, "name": "Example String", "environment": { "__typename": "Environment" }, "owner": { "__typename": "Owner" }, "accessibility": "PUBLIC", "description": "Example String", "nodes": [ { "id": "9cfb1c81-4c79-452f-b1f5-8ee6571276b4", "name": "Example String", "issues": [ { "__typename": "Issue" } ] } ], "edges": [ { "connectionA": "Example String", "connectionB": "Example String", "direction": "ATOB" } ], "tools": [ { "__typename": "Tool" } ], "createdAt": "Example Custom Scalar", "highestIssueSeverity": { "__typename": "Issue" }, "usage": { "__typename": "Usage" } }
Sample
{ "externalId": "9cfb1c81-4c79-452f-b1f5-8ee6571276b4", "id": "9cfb1c81-4c79-452f-b1f5-8ee6571276b4", "name": "Example String" }
Referenced in
Sample
{ "externalId": "9cfb1c81-4c79-452f-b1f5-8ee6571276b4", "id": "9cfb1c81-4c79-452f-b1f5-8ee6571276b4", "name": "Example String", "jobTitle": "Example String", "email": "Example String" }
Referenced in
external Id
id
type
name
enabled
issues
Implements interfaces
Sample
{ "externalId": "9cfb1c81-4c79-452f-b1f5-8ee6571276b4", "id": "9cfb1c81-4c79-452f-b1f5-8ee6571276b4", "type": "Example String", "name": "Example String", "enabled": true, "issues": [ { "__typename": "Issue" } ] }
Referenced in
external Id
id
name
status
issues
type
Implements interfaces
Sample
{ "externalId": "9cfb1c81-4c79-452f-b1f5-8ee6571276b4", "id": "9cfb1c81-4c79-452f-b1f5-8ee6571276b4", "name": "Example String", "status": "Example String", "issues": [ { "__typename": "Issue" } ], "type": "Example String" }
Referenced in