OBJECT

ModelDetectionItem

link GraphQL Schema definition

  • type ModelDetectionItem implements Node {
  • # A globally unique identifier. Can be used in various places throughout the
  • # system to identify this single value.
  • nodeId: ID!
  • modelId: UUID!
  • detectionItemId: UUID!
  • id: UUID!
  • # Reads a single `Model` that is related to this `ModelDetectionItem`.
  • modelByModelId: Model
  • # Reads a single `DetectionItem` that is related to this `ModelDetectionItem`.
  • detectionItemByDetectionItemId: DetectionItem
  • }