Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.sensorup.com/llms.txt

Use this file to discover all available pages before exploring further.

Detections Ingress Subgraph Reference

The su-detections-ingress subgraph handles incoming detection data ingestion.

Subgraph Information

  • Name: su-detections-ingress
  • Routing URL: https://rur9cuj7p0.execute-api.us-west-2.amazonaws.com/poc/graphql
  • Last Updated: 2025-10-09
  • SDL: View Schema

Overview

Detection dataset ingestion and registration.

Root Query Fields

extend type Query {
  detectionsIngressDatasets(group: ID): [CamEngineDataset!]!
}

Root Mutation Fields

extend type Mutation {
  reloadDetectionsIngressDatasets(group: ID): [CamEngineDataset!]!
}